[Libreoffice-commits] core.git: cppuhelper/source include/basegfx include/filter package/source sal/qa sc/source winaccessibility/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Aug 13 19:47:50 UTC 2018


 cppuhelper/source/paths.cxx                  |    2 +-
 include/basegfx/matrix/b2dhommatrixtools.hxx |    2 +-
 include/filter/msfilter/svdfppt.hxx          |    2 +-
 package/source/xstor/xstorage.cxx            |    2 +-
 sal/qa/libs2test.txt                         |    2 +-
 sc/source/ui/inc/csvsplits.hxx               |    2 +-
 winaccessibility/inc/unomsaaevent.hxx        |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit ff0d1b150ed6ca05f021daac52e5fcae8d9265ad
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 13 17:06:41 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 13 21:47:25 2018 +0200

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

diff --git a/cppuhelper/source/paths.cxx b/cppuhelper/source/paths.cxx
index 7add3ac72de7..429df7edf8d3 100644
--- a/cppuhelper/source/paths.cxx
+++ b/cppuhelper/source/paths.cxx
@@ -72,7 +72,7 @@ rtl::OUString cppu::getUnoIniUri() {
 #else
     rtl::OUString uri(get_this_libpath());
 #ifdef MACOSX
-    // We keep both the LO and URE dylibs direcly in "Frameworks"
+    // We keep both the LO and URE dylibs directly in "Frameworks"
     // (that is, LIBO_LIB_FOLDER) and rc files in "Resources"
     // (LIBO_ETC_FOLDER). Except for unorc, of which there are two,
     // the "LO" one (which is in "Resources") and the "URE" one (which
diff --git a/include/basegfx/matrix/b2dhommatrixtools.hxx b/include/basegfx/matrix/b2dhommatrixtools.hxx
index 3bc3627dfbf5..6061e68cc811 100644
--- a/include/basegfx/matrix/b2dhommatrixtools.hxx
+++ b/include/basegfx/matrix/b2dhommatrixtools.hxx
@@ -63,7 +63,7 @@ namespace basegfx
 
         /** Tooling methods for faster completely combined matrix creation
             when scale, shearX, rotation and translation needs to be done in
-            exactly that order. It's faster since it direcly calculates
+            exactly that order. It's faster since it directly calculates
             each matrix value based on a symbolic calculation of the three
             matrix multiplications.
             Inline versions for parameters as tuples added, too.
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index dd220f9bcc3e..6fba3b703a6b 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -189,7 +189,7 @@ struct MSFILTER_DLLPUBLIC PptDocumentAtom
     sal_uInt32      nHandoutMasterPersist;              // 0=non-existent
     sal_uInt16      n1stPageNumber;                     // page number of the first slide
     PptPageFormat   eSlidesPageFormat;                  // page format of the slides
-    bool            bEmbeddedTrueType           : 1;    // TrueType direcly within the File?
+    bool            bEmbeddedTrueType           : 1;    // TrueType directly within the File?
     bool            bTitlePlaceholdersOmitted   : 1;
     bool            bRightToLeft                : 1;
     bool            bShowComments               : 1;
diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx
index 41bb3ffa8802..3488e5726150 100644
--- a/package/source/xstor/xstorage.cxx
+++ b/package/source/xstor/xstorage.cxx
@@ -5126,7 +5126,7 @@ void SAL_CALL OStorage::copyElementDirectlyTo(
         SAL_INFO("package.xstor", "Rethrow: " << rException);
 
         uno::Any aCaught( ::cppu::getCaughtException() );
-        throw embed::StorageWrappedTargetException( THROW_WHERE "Can't copy element direcly!",
+        throw embed::StorageWrappedTargetException( THROW_WHERE "Can't copy element directly!",
                                                  uno::Reference< io::XInputStream >(),
                                                  aCaught );
     }
diff --git a/sal/qa/libs2test.txt b/sal/qa/libs2test.txt
index 4c2208cb72fd..5503124f45b4 100644
--- a/sal/qa/libs2test.txt
+++ b/sal/qa/libs2test.txt
@@ -43,7 +43,7 @@ rtl/oustring  ; rtl_OUString2
 rtl/ostring   ; rtl_OString2
 
 osl/file      ; osl_File
-# LLA: temporaly removed, there are lot of problems with our environment
+# LLA: temporarily removed, there are lot of problems with our environment
 osl/socket    ; osl_StreamSocket
 osl/socket    ; osl_DatagramSocket
 osl/socket    ; osl_SocketAddr
diff --git a/sc/source/ui/inc/csvsplits.hxx b/sc/source/ui/inc/csvsplits.hxx
index b6f78c0e1e40..4b67f960714f 100644
--- a/sc/source/ui/inc/csvsplits.hxx
+++ b/sc/source/ui/inc/csvsplits.hxx
@@ -36,7 +36,7 @@ private:
     typedef ::std::vector< sal_Int32 >      ScSplitVector;
     typedef ScSplitVector::const_iterator   const_iterator;
 
-    ScSplitVector               maVec;          /// The split containter.
+    ScSplitVector               maVec;          /// The split container.
 
 public:
     // *** access by position *** ---------------------------------------------
diff --git a/winaccessibility/inc/unomsaaevent.hxx b/winaccessibility/inc/unomsaaevent.hxx
index 8fff53a63045..0661bed66838 100644
--- a/winaccessibility/inc/unomsaaevent.hxx
+++ b/winaccessibility/inc/unomsaaevent.hxx
@@ -101,7 +101,7 @@ const short UM_EVENT_OBJECT_PAGECHANGED = 38;
 //to add TEXT_SELECTION_CHANGED event
 const short UM_EVENT_TEXT_SELECTION_CHANGED = 39;
 
-//for section change and column chang event
+//for section change and column change event
 const short UM_EVENT_SECTION_CHANGED = 40;
 const short UM_EVENT_COLUMN_CHANGED = 41;
 


More information about the Libreoffice-commits mailing list