summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2015-08-07 22:03:53 +0200
committerThomas Klausner <wiz@NetBSD.org>2015-08-07 22:03:53 +0200
commitd026cad64c72eacf7bff9bbd7e3bb5b1a56f8479 (patch)
tree637cb98f241d58587cfa68509a835d394947cfba /sw
parent4bc76a73f42dc37a1e9792d89f846f9a9280e668 (diff)
Fix typos in comments.
Change-Id: I5b97d12171020dab1379d4f7e78cab7de4a779df
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.hxx4
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?