summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:23 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-06 07:07:29 +0200
commit4023c43523c1d3829b9cda73dc8eb14eb1ce6e54 (patch)
treea4d63faf4b3f996afc24a59a8a5ae3e79b5ae1ca /forms
parent3a874f1c80c37e8b35666e1d73161ff762eb7e4c (diff)
Fix typo
Change-Id: Iedf4ec187812fd152d19f70405d2f4554211bf6b Reviewed-on: https://gerrit.libreoffice.org/73576 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/FormComponent.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index fa19c000e6fb..0c2bba66e705 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -90,7 +90,7 @@ namespace frm
//= ControlModelLock
- /** class whose instances lock a OControlModel
+ /** class whose instances lock an OControlModel
Locking here merely means locking the OControlModel's mutex.
@@ -357,7 +357,7 @@ protected:
);
virtual ~OControlModel() override;
- /** to be called after a OBoundControlModel (a derivee, respectively) has been cloned
+ /** to be called after an OBoundControlModel (a derivee, respectively) has been cloned
<p>This method contains late initializations which cannot be done in the
constructor of this base class, since the virtual method of derived classes do
@@ -397,7 +397,7 @@ public:
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
virtual OUString SAL_CALL getImplementationName() override = 0;
-// XSericeInfo - static version(s)
+// XServiceInfo - static version(s)
/// @throws css::uno::RuntimeException
static css::uno::Sequence<OUString> getSupportedServiceNames_Static();
@@ -640,7 +640,7 @@ protected:
// factory to create the aggregate with
const OUString& _rUnoControlModelTypeName, // service name of te model to aggregate
const OUString& _rDefault, // service name of the default control
- const bool _bCommitable, // is the control (model) commitable ?
+ const bool _bCommitable, // is the control (model) committable?
const bool _bSupportExternalBinding, // set to sal_True if you want to support XBindableValue
const bool _bSupportsValidation // set to sal_True if you want to support XValidatable
);
@@ -1137,7 +1137,7 @@ private:
*/
void impl_determineAmbientForm_nothrow();
- /** connects to a value supplier which is an database column.
+ /** connects to a value supplier which is a database column.
The column is take from our parent, which must be a database form respectively row set.
@@ -1153,7 +1153,7 @@ private:
bool _bFromReload
);
- /** disconnects from a value supplier which is an database column
+ /** disconnects from a value supplier which is a database column
@precond The control does not have an external value supplier
@see impl_connectDatabaseColumn_noNotify