summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:18 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-07 07:07:16 +0200
commit93bc4fe0355ef7e6d5b5de3dd72251861409d208 (patch)
tree8735231ded01fc00521e9ad82f0737a1038fbd04 /forms
parent0cb40b6f02e4072de4aafd2b741a808fe1d34f96 (diff)
Fix typo
Change-Id: Ie9174d46b3936ee19a7d1e70f85af6fed2c0c6d4 Reviewed-on: https://gerrit.libreoffice.org/73637 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/xforms/binding.hxx2
1 files changed, 1 insertions, 1 deletions
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)
*