[Libreoffice-commits] core.git: sw/source

Thomas Klausner wiz at NetBSD.org
Fri Aug 7 13:04:15 PDT 2015


 sw/source/filter/ww8/docxattributeoutput.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d026cad64c72eacf7bff9bbd7e3bb5b1a56f8479
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Fri Aug 7 22:03:53 2015 +0200

    Fix typos in comments.
    
    Change-Id: I5b97d12171020dab1379d4f7e78cab7de4a779df

diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx
index a2e2599..54d3f11 100644
--- a/sw/source/filter/ww8/docxattributeoutput.hxx
+++ b/sw/source/filter/ww8/docxattributeoutput.hxx
@@ -937,10 +937,10 @@ public:
     virtual DocxExport& GetExport() SAL_OVERRIDE;
     const DocxExport& GetExport() const { return const_cast< DocxAttributeOutput* >( this )->GetExport(); }
 
-    /// For eg. the output of the styles, we need to switch the serializer to an other one.
+    /// For e.g. the output of the styles, we need to switch the serializer to another one.
     void SetSerializer( ::sax_fastparser::FSHelperPtr pSerializer );
 
-    /// Occasionnaly need to use this serializer from the outside
+    /// Occasionally need to use this serializer from the outside
     ::sax_fastparser::FSHelperPtr GetSerializer( ) { return m_pSerializer; }
 
     /// Do we have any footnotes?


More information about the Libreoffice-commits mailing list