[Libreoffice-commits] core.git: chart2/source comphelper/source cppuhelper/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jul 19 12:00:03 UTC 2018


 chart2/source/inc/LifeTime.hxx                        |    2 +-
 comphelper/source/misc/accessiblekeybindinghelper.cxx |    2 +-
 cppuhelper/source/propshlp.cxx                        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5a8389c834ae8d09fd43acca89fb34612788a9f6
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jul 17 23:17:57 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jul 19 13:59:35 2018 +0200

    Fix typos
    
    Change-Id: If7365b05c8f4fd1bf130678cb28f05c9a1add4c7
    Reviewed-on: https://gerrit.libreoffice.org/57598
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
    Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/chart2/source/inc/LifeTime.hxx b/chart2/source/inc/LifeTime.hxx
index 481794b40fa1..013085d72d14 100644
--- a/chart2/source/inc/LifeTime.hxx
+++ b/chart2/source/inc/LifeTime.hxx
@@ -140,7 +140,7 @@ if it should do so.
     //mutex is acquired, call is registered
     {
         //you might access some private members here
-        //but than you need to protect access to these members always like this
+        //but then you need to protect access to these members always like this
         //never call to the outside here
     }
 
diff --git a/comphelper/source/misc/accessiblekeybindinghelper.cxx b/comphelper/source/misc/accessiblekeybindinghelper.cxx
index d0af74aec1cc..8028464aff2b 100644
--- a/comphelper/source/misc/accessiblekeybindinghelper.cxx
+++ b/comphelper/source/misc/accessiblekeybindinghelper.cxx
@@ -27,7 +27,7 @@ namespace comphelper
 {
 
 
-    using namespace ::com::sun::star; // MT 04/2003: was ::drafts::com::sun::star - otherwise to many changes
+    using namespace ::com::sun::star; // MT 04/2003: was ::drafts::com::sun::star - otherwise too many changes
     using namespace ::com::sun::star::uno;
     using namespace ::com::sun::star::lang;
     using namespace ::com::sun::star::accessibility;
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx
index 6d1549d68e96..9aceb32a66a0 100644
--- a/cppuhelper/source/propshlp.cxx
+++ b/cppuhelper/source/propshlp.cxx
@@ -601,7 +601,7 @@ void OPropertySetHelper::fire
     sal_Int32 * pnHandles,
     const Any * pNewValues,
     const Any * pOldValues,
-    sal_Int32 nHandles, // These is the Count of the array
+    sal_Int32 nHandles, // This is the Count of the array
     sal_Bool bVetoable
 )
 {


More information about the Libreoffice-commits mailing list