diff options
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/core/xmlexp.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index 012190e81fb4..389cb7eb9f33 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -450,7 +450,6 @@ SvXMLExport::SvXMLExport( mpEventExport( nullptr ), mpImageMapExport( nullptr ), mpXMLErrors( nullptr ), - mbExtended( false ), meClass( eClass ), mnExportFlags( nExportFlags ), mnErrorFlags( SvXMLErrorFlags::NO ), @@ -481,7 +480,6 @@ SvXMLExport::SvXMLExport( mpEventExport( nullptr ), mpImageMapExport( nullptr ), mpXMLErrors( nullptr ), - mbExtended( false ), meClass( XML_TOKEN_INVALID ), mnExportFlags( SvXMLExportFlags::NONE ), mnErrorFlags( SvXMLErrorFlags::NO ), @@ -520,7 +518,6 @@ SvXMLExport::SvXMLExport( mpEventExport( nullptr ), mpImageMapExport( nullptr ), mpXMLErrors( nullptr ), - mbExtended( false ), meClass( XML_TOKEN_INVALID ), mnExportFlags( SvXMLExportFlags::NONE ), mnErrorFlags( SvXMLErrorFlags::NO ), |