diff options
Diffstat (limited to 'sw/source/filter/xml/xmltexti.hxx')
-rw-r--r-- | sw/source/filter/xml/xmltexti.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
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( |