diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-16 20:40:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-18 15:30:10 +0200 |
commit | 868feeed831685b4e573cc8a5a3e9ed1bceae472 (patch) | |
tree | d09e51941acadf3042ae33297933daa57459dc20 /sw | |
parent | 7ef97b93d7fbf41bb4d9b01f736c28cb382603c9 (diff) |
Fix comment
...after 9b1307f790c550d91b062cbdf1e3fe41d7e7ea4a "Avoid reserved identifiers"
Change-Id: Ieec5e6b46483f557f63fd22855484df5688dd1b4
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/xml/xmlfmte.cxx | 2 |
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 ); |