[Libreoffice-commits] core.git: configure.ac cui/source include/comphelper shell/source svl/source sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Wed Dec 20 09:44:07 UTC 2017


 configure.ac                                   |    2 +-
 cui/source/dialogs/screenshotannotationdlg.cxx |    2 +-
 include/comphelper/propertycontainerhelper.hxx |    4 ++--
 shell/source/unix/exec/shellexec.cxx           |    2 +-
 svl/source/numbers/zforscan.cxx                |    2 +-
 sw/source/filter/ww8/ww8par.cxx                |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit e4404de89548bcf7e632b31f4c3461733e2684d3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Dec 19 21:31:10 2017 +0100

    Fix typos
    
    Change-Id: I361b5283b092171eaaaf46fa3c1fb13faa53bd7a
    Reviewed-on: https://gerrit.libreoffice.org/46821
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/configure.ac b/configure.ac
index 4e00de777ec4..f88481b6c45e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6060,7 +6060,7 @@ elif test "$GCC" = "yes" -o "$COM_IS_CLANG" = TRUE; then
             dnl The only reason why libstdc++ headers fail with Clang in C++11 mode is because they
             dnl use the __float128 type that Clang doesn't know (libstdc++ checks whether __float128
             dnl is available during its build, but it's usually built using GCC, and so c++config.h
-            dnl hardcodes __float128 being supported). At least for some older libstc++, the only
+            dnl hardcodes __float128 being supported). At least for some older libstdc++, the only
             dnl place where __float128 is used is in a template specialization, -D__float128=void
             dnl will avoid the problem there while still causing a problem if somebody actually uses
             dnl the type. (But some later libstdc++ are known to use __float128 also in algorithm ->
diff --git a/cui/source/dialogs/screenshotannotationdlg.cxx b/cui/source/dialogs/screenshotannotationdlg.cxx
index c2f74ed949db..f8f0377bd00b 100644
--- a/cui/source/dialogs/screenshotannotationdlg.cxx
+++ b/cui/source/dialogs/screenshotannotationdlg.cxx
@@ -164,7 +164,7 @@ private:
     Bitmap                      maDimmedDialogBitmap;
     Size                        maParentDialogSize;
 
-    // VirtualDevice for buffered interation paints
+    // VirtualDevice for buffered interaction paints
     VclPtr<VirtualDevice>       mpVirtualBufferDevice;
 
     // all detected children
diff --git a/include/comphelper/propertycontainerhelper.hxx b/include/comphelper/propertycontainerhelper.hxx
index cd2f65b72f00..2e60c97c4ea9 100644
--- a/include/comphelper/propertycontainerhelper.hxx
+++ b/include/comphelper/propertycontainerhelper.hxx
@@ -134,10 +134,10 @@ protected:
     void    revokeProperty( sal_Int32 _nHandle );
 
 
-    /// checkes whether a property with the given handle has been registered
+    /// checks whether a property with the given handle has been registered
     bool    isRegisteredProperty( sal_Int32 _nHandle ) const;
 
-    /// checkes whether a property with the given name has been registered
+    /// checks whether a property with the given name has been registered
     bool    isRegisteredProperty( const OUString& _rName ) const;
 
 
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx
index 095acec189b1..d12b5778ba3d 100644
--- a/shell/source/unix/exec/shellexec.cxx
+++ b/shell/source/unix/exec/shellexec.cxx
@@ -100,7 +100,7 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar
 
     if (comphelper::LibreOfficeKit::isActive())
     {
-        SAL_WARN("shell", "Unusual - shell attemp to launch " << aCommand << " with params " << aParameter << " under lok");
+        SAL_WARN("shell", "Unusual - shell attempt to launch " << aCommand << " with params " << aParameter << " under lok");
         return;
     }
 
diff --git a/svl/source/numbers/zforscan.cxx b/svl/source/numbers/zforscan.cxx
index a78dbfdc0530..8f0a7b71f9ac 100644
--- a/svl/source/numbers/zforscan.cxx
+++ b/svl/source/numbers/zforscan.cxx
@@ -3028,7 +3028,7 @@ sal_Int32 ImpSvNumberformatScan::FinalScan( OUString& rString )
                     {
                         continue; // for
                     }
-                    // DM might be splitted into D and M
+                    // DM might be split into D and M
                     if ( sStrArray[i].getLength() < sOldCurSymbol.getLength() &&
                          pChrCls->uppercase( sStrArray[i], 0, 1 )[0] ==
                          sOldCurString[0] )
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 1cf72a50e519..1a35d257e596 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -5106,7 +5106,7 @@ ErrCode SwWW8ImplReader::CoreLoad(WW8Glossary const *pGloss)
     {
         // inserting into an existing document:
         // As only complete paragraphs are inserted, the current one
-        // needs to be splitted - once or even twice.
+        // needs to be split - once or even twice.
         const SwPosition* pPos = m_pPaM->GetPoint();
 
         // split current paragraph to get new paragraph for the insertion


More information about the Libreoffice-commits mailing list