[Libreoffice-commits] core.git: include/drawinglayer include/editeng include/filter include/framework include/oox include/unotools include/vcl include/xmloff io/test

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jul 23 10:00:11 UTC 2018


 include/drawinglayer/primitive2d/animatedprimitive2d.hxx |    2 +-
 include/editeng/adjustitem.hxx                           |    2 +-
 include/editeng/hangulhanja.hxx                          |    2 +-
 include/filter/msfilter/escherex.hxx                     |    2 +-
 include/framework/addonsoptions.hxx                      |    2 +-
 include/oox/ppt/pptfilterhelpers.hxx                     |    2 +-
 include/unotools/cmdoptions.hxx                          |    2 +-
 include/unotools/dynamicmenuoptions.hxx                  |    2 +-
 include/vcl/IconThemeScanner.hxx                         |    2 +-
 include/xmloff/xmlexp.hxx                                |    2 +-
 io/test/testconnection.cxx                               |    2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 2bceb245e60be2cf973c7b9d586b74881f66fbef
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 19 16:24:58 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Jul 23 11:59:51 2018 +0200

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

diff --git a/include/drawinglayer/primitive2d/animatedprimitive2d.hxx b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
index 770a0a74baea..6ccb2acd64aa 100644
--- a/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
@@ -68,7 +68,7 @@ namespace drawinglayer
         protected:
             /** write access right for classes deriving from this who want to do special
                 things (e.g. optimization, buffering).
-                Caution: This is an exception from the read-only, non-modifyable paradigm
+                Caution: This is an exception from the read-only, non-modifiable paradigm
                 for primitives, so special preparations may be needed. Usually should
                 only be used for initialization (e.g. in a derived constructor)
             */
diff --git a/include/editeng/adjustitem.hxx b/include/editeng/adjustitem.hxx
index e53c1f1d8519..beeb6bebdf9c 100644
--- a/include/editeng/adjustitem.hxx
+++ b/include/editeng/adjustitem.hxx
@@ -41,7 +41,7 @@ class EDITENG_DLLPUBLIC SvxAdjustItem : public SfxEnumItemInterface
     bool    bCenter    : 1;
     bool    bBlock     : 1;
 
-    // only activ when bBlock
+    // only active when bBlock
     bool    bOneBlock : 1;
     bool    bLastCenter : 1;
     bool    bLastBlock : 1;
diff --git a/include/editeng/hangulhanja.hxx b/include/editeng/hangulhanja.hxx
index 2fcf02077129..034db6022c8d 100644
--- a/include/editeng/hangulhanja.hxx
+++ b/include/editeng/hangulhanja.hxx
@@ -194,7 +194,7 @@ namespace editeng
 
             <p>Note an important thing about the indices: They are always relative to the <em>previous
             call</em> of ReplaceUnit. This means when you get a call to ReplaceUnit, and replace some text
-            in your document, than you have to remember the document position immediately <em>behind</em>
+            in your document, then you have to remember the document position immediately <em>behind</em>
             the changed text. In a next call to ReplaceUnit, an index of <em>0</em> will denote exactly
             this position behind the previous replacement<br/>
             The reason is that this class here does not know anything about your document structure,
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx
index e31116562d75..63219bebde51 100644
--- a/include/filter/msfilter/escherex.hxx
+++ b/include/filter/msfilter/escherex.hxx
@@ -818,7 +818,7 @@ public:
                 );
 
                 // Because shadow properties depends to the line and fillstyle, the CreateShadowProperties method should be called at last.
-                // It activ only when at least a FillStyle or LineStyle is set.
+                // It's active only when at least a FillStyle or LineStyle is set.
     void        CreateShadowProperties(
                     const css::uno::Reference< css::beans::XPropertySet > &
                 );
diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx
index 68050cb9f611..001d248f7dc5 100644
--- a/include/framework/addonsoptions.hxx
+++ b/include/framework/addonsoptions.hxx
@@ -120,7 +120,7 @@ class FWE_DLLPUBLIC AddonsOptions
         /*-****************************************************************************************************
             @short      returns the  complete addons menu
             @descr      Call it to get all entries of the addon menu.
-                        We return a list of all nodes with his names and properties.
+                        We return a list of all nodes with its names and properties.
             @return     A list of menu items is returned.
 
             @onerror    We return an empty list.
diff --git a/include/oox/ppt/pptfilterhelpers.hxx b/include/oox/ppt/pptfilterhelpers.hxx
index 7944b03d8d05..926d5a77fcf5 100644
--- a/include/oox/ppt/pptfilterhelpers.hxx
+++ b/include/oox/ppt/pptfilterhelpers.hxx
@@ -89,7 +89,7 @@ namespace oox { namespace ppt {
     OOX_DLLPUBLIC bool convertAnimationValue(AnimationAttributeEnum eAttribute, css::uno::Any& rValue);
 
     /** convert the measure string to LibreOffice format.
-     * i.e. convert occurence of #{0,1}ppt_[xywh] to x,y, width, height.
+     * i.e. convert occurrence of #{0,1}ppt_[xywh] to x,y, width, height.
      */
     OOX_DLLPUBLIC bool convertMeasure(OUString& rString);
 } }
diff --git a/include/unotools/cmdoptions.hxx b/include/unotools/cmdoptions.hxx
index f8e876cd9a5a..6456f74b6066 100644
--- a/include/unotools/cmdoptions.hxx
+++ b/include/unotools/cmdoptions.hxx
@@ -65,7 +65,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtCommandOptions : public utl::detail:
         /*-****************************************************************************************************
             @short      return complete specified list
             @descr      Call it to get all entries of an dynamic menu.
-                        We return a list of all nodes with his names and properties.
+                        We return a list of all nodes with its names and properties.
             @param      "eOption" select the list to retrieve.
             @return     A list of command strings is returned.
 
diff --git a/include/unotools/dynamicmenuoptions.hxx b/include/unotools/dynamicmenuoptions.hxx
index 347574a2a500..732278572631 100644
--- a/include/unotools/dynamicmenuoptions.hxx
+++ b/include/unotools/dynamicmenuoptions.hxx
@@ -69,7 +69,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtDynamicMenuOptions : public utl::det
         /*-****************************************************************************************************
             @short      return complete specified list
             @descr      Call it to get all entries of an dynamic menu.
-                        We return a list of all nodes with his names and properties.
+                        We return a list of all nodes with its names and properties.
             @param      "eMenu" select right menu.
             @return     A list of menu items is returned.
 
diff --git a/include/vcl/IconThemeScanner.hxx b/include/vcl/IconThemeScanner.hxx
index 7bb6f46e6cda..247b52d37711 100644
--- a/include/vcl/IconThemeScanner.hxx
+++ b/include/vcl/IconThemeScanner.hxx
@@ -69,7 +69,7 @@ private:
      * @return
      * There are several cases when this method will fail:
      * - The directory does not exist
-     * - There are no files which which match the pattern images_xxx.zip
+     * - There are no files which match the pattern images_xxx.zip
      */
     void ScanDirectoryForIconThemes(const OUString &path);
 
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index 2764516728e2..f2319efcd702 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -181,7 +181,7 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public cppu::WeakImplHelper<
 protected:
     void setExportFlags( SvXMLExportFlags nExportFlags ) { mnExportFlags = nExportFlags; }
 
-    // Get (modifyable) namespace map
+    // Get (modifiable) namespace map
     SvXMLNamespaceMap& GetNamespaceMap_() { return *mpNamespaceMap; }
 
     // get a new namespave map (used in starmath to have a default namespace)
diff --git a/io/test/testconnection.cxx b/io/test/testconnection.cxx
index 68621643f0ec..87fada6cfcbc 100644
--- a/io/test/testconnection.cxx
+++ b/io/test/testconnection.cxx
@@ -249,7 +249,7 @@ int SAL_CALL main( int argc, char * argv[] )
     }
     catch( ... )
     {
-        OSL_FAIL( "unknown exception, already existing existing expected" );
+        OSL_FAIL( "unknown exception, already existing exception expected" );
     }
 
     rAcceptor->stopAccepting();


More information about the Libreoffice-commits mailing list