forms/source/xforms/binding.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 93bc4fe0355ef7e6d5b5de3dd72251861409d208 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:23:18 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Fri Jun 7 07:07:16 2019 +0200 Fix typo Change-Id: Ie9174d46b3936ee19a7d1e70f85af6fed2c0c6d4 Reviewed-on: https://gerrit.libreoffice.org/73637 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/forms/source/xforms/binding.hxx b/forms/source/xforms/binding.hxx index dc6ba779bbc4..b75f66bfde6e 100644 --- a/forms/source/xforms/binding.hxx +++ b/forms/source/xforms/binding.hxx @@ -65,7 +65,7 @@ namespace xforms /** An XForms Binding. Contains: * # a connection to its model * # an ID - * # an binding expression + * # a binding expression * # model item properties * # (NOT YET IMPLEMENTED) child bindings (sequence of) * _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
