summaryrefslogtreecommitdiff
path: root/forms/source/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-02 09:44:24 +0200
committerOliver Specht <oliver.specht@cib.de>2015-10-02 07:55:15 +0000
commit19b85e90abe184b8e5bb2d80690eafe2d4a73878 (patch)
treeb4c478be03922913c6fec3cd734e959998e5ba8d /forms/source/inc
parent9363e4d0c36d7a23ebc90d7ebea5b04b98bc9409 (diff)
Fix typos
Change-Id: Ib30f4e5f16518cbbe71cf03998513ebd8c2a4d1a Reviewed-on: https://gerrit.libreoffice.org/18949 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'forms/source/inc')
-rw-r--r--forms/source/inc/FormComponent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index b2420a957253..7b77af450594 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -674,7 +674,7 @@ protected:
column the object is bound to, or with the external value binding, if present.<br/>
E.g. for a text control model, this property will most probably be "Text".</p>
- <p>Derived classes are stronly recommend to call this method - at least the
+ <p>Derived classes are strongly recommended to call this method - at least the
"DataFieldProperty" (exposed in getFastPropertyValue) relies on the information
given herein, and needs to be supplied otherwise else.</p>
@@ -691,7 +691,7 @@ protected:
the handle of the property, as exposed to external components.<br/>
Normally, this information can be obtained dynamically (e.g. from describeFixedProperties),
but since this method is to be called from within the constructor of derived classes,
- we prefer to be on the *really* safe side here ....
+ we prefer to be on the *really* safe side here...
@see setControlValue
@see suspendValueListening