[Libreoffice-commits] core.git: 2 commits - cppuhelper/source extensions/source

Julien Nabet serval2412 at yahoo.fr
Sun Mar 15 07:29:55 PDT 2015


 cppuhelper/source/propshlp.cxx                 |    2 +-
 extensions/source/propctrlr/browserlistbox.cxx |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit e30319e07e1b842dca749894de5b8d2f1bb7c8fd
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Mar 15 15:27:25 2015 +0100

    Typo: NotifcationMode->NotificationMode
    
    Change-Id: I73d98b1aa08966e2fb169e8d25fbfbe68762a228

diff --git a/extensions/source/propctrlr/browserlistbox.cxx b/extensions/source/propctrlr/browserlistbox.cxx
index 12cfcd6..568a4cb 100644
--- a/extensions/source/propctrlr/browserlistbox.cxx
+++ b/extensions/source/propctrlr/browserlistbox.cxx
@@ -132,7 +132,7 @@ namespace pcr
                                         ,public ::comphelper::IEventProcessor
     {
     public:
-        enum NotifcationMode
+        enum NotificationMode
         {
             eSynchronously,
             eAsynchronously
@@ -140,7 +140,7 @@ namespace pcr
 
     private:
         IControlContext*    m_pContext;
-        NotifcationMode     m_eMode;
+        NotificationMode     m_eMode;
 
     public:
         /** creates an instance
@@ -162,7 +162,7 @@ namespace pcr
             @param  _eMode
                 the new notification mode
         */
-        void setNotificationMode( NotifcationMode _eMode );
+        void setNotificationMode( NotificationMode _eMode );
 
         virtual void SAL_CALL acquire() throw() SAL_OVERRIDE;
         virtual void SAL_CALL release() throw() SAL_OVERRIDE;
@@ -240,7 +240,7 @@ namespace pcr
     }
 
 
-    void PropertyControlContext_Impl::setNotificationMode( NotifcationMode _eMode )
+    void PropertyControlContext_Impl::setNotificationMode( NotificationMode _eMode )
     {
         SolarMutexGuard aGuard;
         m_eMode = _eMode;
commit 6baf24c4d253d837c66968cec2eb4885c20900e6
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Mar 15 15:25:59 2015 +0100

    Typo: constarined->constrained
    
    Change-Id: I3326843195e6a3b030409ac3b20bbea55e739366

diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx
index 62ad4c6..bcc8f0f 100644
--- a/cppuhelper/source/propshlp.cxx
+++ b/cppuhelper/source/propshlp.cxx
@@ -534,7 +534,7 @@ void OPropertySetHelper::setFastPropertyValue( sal_Int32 nHandle, const Any& rVa
         if( nAttributes & PropertyAttribute::CONSTRAINED )
         {
             // In aValue is the converted rValue
-            // fire a constarined event
+            // fire a constrained event
             // second parameter NULL means constrained
             fire( &nHandle, &rValue, &aOldVal, 1, sal_True );
         }


More information about the Libreoffice-commits mailing list