[Libreoffice-commits] core.git: cppuhelper/source cppuhelper/test svx/source toolkit/source

Julien Nabet serval2412 at yahoo.fr
Sun Apr 10 22:01:26 UTC 2016


 cppuhelper/source/component.cxx        |    2 +-
 cppuhelper/test/testpropshlp.cxx       |    2 +-
 svx/source/unodraw/unopage.cxx         |    2 +-
 svx/source/unodraw/unoshcol.cxx        |    2 +-
 toolkit/source/controls/unocontrol.cxx |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 297fd836b70d062c84980ef0c68f1e802c77a6d9
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Apr 10 22:51:16 2016 +0200

    Typo: multible->multiple
    
    Change-Id: I1c61841be58d49132ac3c69a6b227d75e829f769
    Reviewed-on: https://gerrit.libreoffice.org/23972
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx
index 09a20cb..1450ad5 100644
--- a/cppuhelper/source/component.cxx
+++ b/cppuhelper/source/component.cxx
@@ -146,7 +146,7 @@ void OComponentHelper::dispose()
     // Make it robust, hold a self Reference.
     Reference<XComponent > xSelf( this );
 
-    // Guard dispose against multible threading
+    // Guard dispose against multiple threading
     // Remark: It is an error to call dispose more than once
     bool bDoDispose = false;
     {
diff --git a/cppuhelper/test/testpropshlp.cxx b/cppuhelper/test/testpropshlp.cxx
index e18b5db..bde76c7 100644
--- a/cppuhelper/test/testpropshlp.cxx
+++ b/cppuhelper/test/testpropshlp.cxx
@@ -1129,7 +1129,7 @@ void test_PropertySetHelper()
             OSL_ENSURE( pPS_L->nCount == pPS_L->nCurrent, "not all listeners called" );
 
 
-            //vetoable exception with multible
+            //vetoable exception with multiple
             szPN[0] = "INT16";
             szPN[1] = "INT16";
             pPS->nINT32 = 0;
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx
index 0f038ae..558aad2 100644
--- a/svx/source/unodraw/unopage.cxx
+++ b/svx/source/unodraw/unopage.cxx
@@ -123,7 +123,7 @@ void SvxDrawPage::dispose()
     // Make it robust, hold a self Reference.
     uno::Reference< lang::XComponent > xSelf( this );
 
-    // Guard dispose against multible threading
+    // Guard dispose against multiple threading
     // Remark: It is an error to call dispose more than once
     bool bDoDispose = false;
     {
diff --git a/svx/source/unodraw/unoshcol.cxx b/svx/source/unodraw/unoshcol.cxx
index 3f2c6008..68c0910 100644
--- a/svx/source/unodraw/unoshcol.cxx
+++ b/svx/source/unodraw/unoshcol.cxx
@@ -141,7 +141,7 @@ void SvxShapeCollection::dispose()
     // Make it robust, hold a self Reference.
     uno::Reference< lang::XComponent > xSelf( this );
 
-    // Guard dispose against multible threading
+    // Guard dispose against multiple threading
     // Remark: It is an error to call dispose more than once
     bool bDoDispose = false;
     {
diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx
index 84d2fcf..a76c26e 100644
--- a/toolkit/source/controls/unocontrol.cxx
+++ b/toolkit/source/controls/unocontrol.cxx
@@ -662,7 +662,7 @@ void UnoControl::ImplModelPropertiesChanged( const Sequence< PropertyChangeEvent
 void UnoControl::disposing( const EventObject& rEvt ) throw(RuntimeException, std::exception)
 {
     ::osl::ClearableMutexGuard aGuard( GetMutex() );
-    // do not compare differing types in case of multible inheritance
+    // do not compare differing types in case of multiple inheritance
 
     if ( maAccessibleContext.get() == rEvt.Source )
     {


More information about the Libreoffice-commits mailing list