From 2dfa3f0f6307e40ccf8f6ea82b89ee5d78f755a3 Mon Sep 17 00:00:00 2001 From: Michael Brauer Date: Fri, 2 Mar 2001 13:08:50 +0000 Subject: load graphics on demand --- sw/source/filter/xml/xmltexti.hxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sw/source/filter/xml/xmltexti.hxx') diff --git a/sw/source/filter/xml/xmltexti.hxx b/sw/source/filter/xml/xmltexti.hxx index 886c6538435e..550f18dcfee9 100644 --- a/sw/source/filter/xml/xmltexti.hxx +++ b/sw/source/filter/xml/xmltexti.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmltexti.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: mtg $ $Date: 2001-02-23 14:33:45 $ + * last change: $Author: mib $ $Date: 2001-03-02 14:03:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ class SvPlugInObjectRef; class SwXMLTextImportHelper : public XMLTextImportHelper { - sal_Bool bBlockMode; SwApplet_Impl *pAppletImpl; SvPlugInObjectRef xPlugin; SvCommandList aCmdList; @@ -140,9 +139,6 @@ public: virtual sal_Bool IsInHeaderFooter() const; - virtual sal_Bool IsBlockMode() { return bBlockMode; } - - // redlining helper methods // (here is the real implementation) virtual void RedlineAdd( -- cgit v1.2.1