diff options
Diffstat (limited to 'sw')
-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? |