diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2015-08-07 22:03:53 +0200 |
---|---|---|
committer | Thomas Klausner <wiz@NetBSD.org> | 2015-08-07 22:03:53 +0200 |
commit | d026cad64c72eacf7bff9bbd7e3bb5b1a56f8479 (patch) | |
tree | 637cb98f241d58587cfa68509a835d394947cfba | |
parent | 4bc76a73f42dc37a1e9792d89f846f9a9280e668 (diff) |
Fix typos in comments.
Change-Id: I5b97d12171020dab1379d4f7e78cab7de4a779df
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx index a2e2599a4409..54d3f11ccb8f 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? |