[Libreoffice-commits] core.git: include/editeng sc/source sfx2/source xmloff/source

Andrea Gelmini andrea.gelmini at gelma.net
Wed Oct 4 20:18:15 UTC 2017


 include/editeng/outlobj.hxx                    |    2 +-
 sc/source/filter/inc/pivotcachebuffer.hxx      |    2 +-
 sfx2/source/control/objface.cxx                |    2 +-
 xmloff/source/transform/RenameElemTContext.hxx |    4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit f840a0b03856d776efd53892ef513b63aeaa8ccc
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Wed Oct 4 22:10:35 2017 +0200

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

diff --git a/include/editeng/outlobj.hxx b/include/editeng/outlobj.hxx
index 394a878d1085..db135f692ca2 100644
--- a/include/editeng/outlobj.hxx
+++ b/include/editeng/outlobj.hxx
@@ -41,7 +41,7 @@ struct OutlinerParaObjData
     ParagraphDataVector              maParagraphDataVector;
     bool                             mbIsEditDoc;
 
-    // constuctor
+    // constructor
     OutlinerParaObjData( EditTextObject* pEditTextObject, const ParagraphDataVector& rParagraphDataVector, bool bIsEditDoc );
 
     OutlinerParaObjData( const OutlinerParaObjData& r );
diff --git a/sc/source/filter/inc/pivotcachebuffer.hxx b/sc/source/filter/inc/pivotcachebuffer.hxx
index 05ddb336d54f..b0755936b8b1 100644
--- a/sc/source/filter/inc/pivotcachebuffer.hxx
+++ b/sc/source/filter/inc/pivotcachebuffer.hxx
@@ -81,7 +81,7 @@ public:
     /** Returns the string representation of the item. */
     OUString     getName() const;
 
-    /** Returns the string representation of the item, using the actual formating. */
+    /** Returns the string representation of the item, using the actual formatting. */
     OUString     getFormattedName(const ScDPSaveDimension& rSaveDim, ScDPObject* pObj, const DateTime& rNullDate) const;
     /** Returns true if the item is unused. */
     bool         isUnused() const { return mbUnused; }
diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx
index 0019f6d57905..e45991db8d2b 100644
--- a/sfx2/source/control/objface.cxx
+++ b/sfx2/source/control/objface.cxx
@@ -99,7 +99,7 @@ struct SfxInterface_Impl
 
 static SfxObjectUI_Impl* CreateObjectBarUI_Impl(sal_uInt16 nPos, SfxVisibilityFlags nFlags, ToolbarId eId, SfxShellFeature nFeature);
 
-// constuctor, registers a new unit
+// constructor, registers a new unit
 SfxInterface::SfxInterface( const char *pClassName,
                             bool bUsableSuperClass,
                             SfxInterfaceId nId,
diff --git a/xmloff/source/transform/RenameElemTContext.hxx b/xmloff/source/transform/RenameElemTContext.hxx
index 776c312e1c3c..052279d1129b 100644
--- a/xmloff/source/transform/RenameElemTContext.hxx
+++ b/xmloff/source/transform/RenameElemTContext.hxx
@@ -31,14 +31,14 @@ class XMLRenameElemTransformerContext : public XMLTransformerContext
     OUString m_aAttrValue;
 
 public:
-    // The following consutructor renames the element names "rQName"
+    // The following constructor renames the element names "rQName"
     // to bPrefix/eToken
     XMLRenameElemTransformerContext( XMLTransformerBase& rTransformer,
                            const OUString& rQName,
                               sal_uInt16 nPrefix,
                               ::xmloff::token::XMLTokenEnum eToken  );
 
-    // The following consutructor renames the element names "rQName"
+    // The following constructor renames the element names "rQName"
     // to bPrefix/eToken and adds an attribute nAPrefix/eAToken that has
     // the value eVToken.
     XMLRenameElemTransformerContext( XMLTransformerBase& rTransformer,


More information about the Libreoffice-commits mailing list