From e4af83972e6be8b94772e46741500225ac166774 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 11:38:26 +0100 Subject: Fix typos Change-Id: Ifb779b6c96a009e6c770a8017bb2e2031a288f5f Reviewed-on: https://gerrit.libreoffice.org/35630 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- forms/source/runtime/formoperations.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms/source/runtime') 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() */ -- cgit