summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-01-12 23:07:23 +0100
committerMichael Stahl <mstahl@redhat.com>2016-01-12 23:25:24 +0100
commit6640bfc66dca7fdad8a038b32fa062bff34219b7 (patch)
tree857e306ee14678179e751b028eb05cf7725bb1ae /include/xmloff
parentd277ac87455a599fbf4acd3c6401f09bc74d3dac (diff)
xmloff: SvXMLExport::mbExtended is dead now
Change-Id: Ie679259deccce87949d7bf8767af707827b4134c
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlexp.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index 4c4e9efde031..f1cf97ed074d 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -154,8 +154,6 @@ class XMLOFF_DLLPUBLIC SvXMLExport : public ::cppu::WeakImplHelper6<
XMLImageMapExport* mpImageMapExport;
XMLErrors* mpXMLErrors;
- bool mbExtended; // Does document contain extens.
-
const enum ::xmloff::token::XMLTokenEnum meClass;
SAL_DLLPRIVATE void _InitCtor();
@@ -222,8 +220,6 @@ protected:
OUString GetSourceShellID() const;
OUString GetDestinationShellID() const;
- void SetExtended( bool bSet=true ) { mbExtended = bSet; }
-
// save linked sections? (may be false in global documents)
bool mbSaveLinkedSections;