diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-01-12 23:07:23 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-12 23:25:24 +0100 |
commit | 6640bfc66dca7fdad8a038b32fa062bff34219b7 (patch) | |
tree | 857e306ee14678179e751b028eb05cf7725bb1ae /xmloff/source | |
parent | d277ac87455a599fbf4acd3c6401f09bc74d3dac (diff) |
xmloff: SvXMLExport::mbExtended is dead now
Change-Id: Ie679259deccce87949d7bf8767af707827b4134c
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 ), |