forms/source/inc/FormComponent.hxx |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 4023c43523c1d3829b9cda73dc8eb14eb1ce6e54
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 14 21:23:23 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Jun 6 07:07:29 2019 +0200

    Fix typo
    
    Change-Id: Iedf4ec187812fd152d19f70405d2f4554211bf6b
    Reviewed-on: https://gerrit.libreoffice.org/73576
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to