summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLTextHeaderFooterContext.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-03-09 06:23:23 +0000
committerMichael Brauer <mib@openoffice.org>2001-03-09 06:23:23 +0000
commitf8910a64102bc9f784dcb8e9772fc8479e5ec8a0 (patch)
tree8e6bd8e80f451182b9d3fbc37e9356bf78fc5f41 /xmloff/inc/XMLTextHeaderFooterContext.hxx
parentf1d265645f2252debe9bddc715520ad6e75ddbe1 (diff)
remove section's last paragraph safely
Diffstat (limited to 'xmloff/inc/XMLTextHeaderFooterContext.hxx')
-rw-r--r--xmloff/inc/XMLTextHeaderFooterContext.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/xmloff/inc/XMLTextHeaderFooterContext.hxx b/xmloff/inc/XMLTextHeaderFooterContext.hxx
index 44a79e197691..5d98acaab751 100644
--- a/xmloff/inc/XMLTextHeaderFooterContext.hxx
+++ b/xmloff/inc/XMLTextHeaderFooterContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextHeaderFooterContext.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mib $ $Date: 2000-10-26 09:17:54 $
+ * last change: $Author: mib $ $Date: 2001-03-09 07:21:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
#endif
namespace com { namespace sun { namespace star {
- namespace text { class XTextCursor; class XTextContent; }
+ namespace text { class XTextCursor; }
namespace beans { class XPropertySet; }
} } }
@@ -76,8 +76,6 @@ class XMLTextHeaderFooterContext: public SvXMLImportContext
::com::sun::star::uno::Reference <
::com::sun::star::text::XTextCursor > xOldTextCursor;
::com::sun::star::uno::Reference <
- ::com::sun::star::text::XTextContent > xTextContent;
- ::com::sun::star::uno::Reference <
::com::sun::star::beans::XPropertySet > xPropSet;
const ::rtl::OUString sOn;