From a297df5f9df973205e50f908f60e231af4d12823 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 20 Jun 2015 00:49:05 +0200 Subject: sw: WW8 export: remove WW6 export, partB: newly dead functions Change-Id: I3531ca574239ee9e47a111d1a1d73b623292c80f --- sw/source/filter/ww8/ww8attributeoutput.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sw/source/filter/ww8/ww8attributeoutput.hxx') diff --git a/sw/source/filter/ww8/ww8attributeoutput.hxx b/sw/source/filter/ww8/ww8attributeoutput.hxx index 8a7ef8322be7..761755c7d9f6 100644 --- a/sw/source/filter/ww8/ww8attributeoutput.hxx +++ b/sw/source/filter/ww8/ww8attributeoutput.hxx @@ -178,9 +178,6 @@ public: /// The type of breaking. virtual void SectionType( sal_uInt8 nBreakCode ) SAL_OVERRIDE; - /// Special header/footer flags, needed for old versions only. - virtual void SectionWW6HeaderFooterFlags( sal_uInt8 nHeadFootFlags ) SAL_OVERRIDE; - /// Definition of a numbering instance. virtual void NumberingDefinition( sal_uInt16 nId, const SwNumRule &rRule ) SAL_OVERRIDE; -- cgit