summaryrefslogtreecommitdiff
path: root/forms/source/runtime
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:38:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 08:57:51 +0000
commite4af83972e6be8b94772e46741500225ac166774 (patch)
treebb55af4a24feac00f224a804492f7ef18349addf /forms/source/runtime
parent74d67cffec4eea0a575869513158b050e42ec983 (diff)
Fix typos
Change-Id: Ifb779b6c96a009e6c770a8017bb2e2031a288f5f Reviewed-on: https://gerrit.libreoffice.org/35630 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms/source/runtime')
-rw-r--r--forms/source/runtime/formoperations.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/runtime/formoperations.hxx b/forms/source/runtime/formoperations.hxx
index 233d59c50015..db76e57f7df8 100644
--- a/forms/source/runtime/formoperations.hxx
+++ b/forms/source/runtime/formoperations.hxx
@@ -209,7 +209,7 @@ namespace frm
/// determines whether our form is in "insert-only" mode
bool impl_isInsertOnlyForm_throw() const;
- /** retrieces the column to which the current control of our controller is bound
+ /** retrieves the column to which the current control of our controller is bound
@precond
m_xController.is()
*/