From 6640bfc66dca7fdad8a038b32fa062bff34219b7 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 12 Jan 2016 23:07:23 +0100 Subject: xmloff: SvXMLExport::mbExtended is dead now Change-Id: Ie679259deccce87949d7bf8767af707827b4134c --- include/xmloff/xmlexp.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/xmloff/xmlexp.hxx') 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; -- cgit