summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlfmte.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-16 20:40:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-18 15:30:10 +0200
commit868feeed831685b4e573cc8a5a3e9ed1bceae472 (patch)
treed09e51941acadf3042ae33297933daa57459dc20 /sw/source/filter/xml/xmlfmte.cxx
parent7ef97b93d7fbf41bb4d9b01f736c28cb382603c9 (diff)
Fix comment
...after 9b1307f790c550d91b062cbdf1e3fe41d7e7ea4a "Avoid reserved identifiers" Change-Id: Ieec5e6b46483f557f63fd22855484df5688dd1b4
Diffstat (limited to 'sw/source/filter/xml/xmlfmte.cxx')
-rw-r--r--sw/source/filter/xml/xmlfmte.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmlfmte.cxx b/sw/source/filter/xml/xmlfmte.cxx
index 94340c2ca329..f50e8e21ebf9 100644
--- a/sw/source/filter/xml/xmlfmte.cxx
+++ b/sw/source/filter/xml/xmlfmte.cxx
@@ -201,7 +201,7 @@ void SwXMLExport::ExportAutoStyles_()
if( !(getExportFlags() & SvXMLExportFlags::STYLES) )
GetTextParagraphExport()->exportUsedDeclarations();
- // exported in _ExportContent
+ // exported in ExportContent_
if( getExportFlags() & SvXMLExportFlags::CONTENT )
{
GetTextParagraphExport()->exportTrackedChanges( true );