summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLChangeElementImportContext.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-08 14:30:00 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-08 14:30:00 +0000
commit2dc836906e898952c93234a72870f7baafc98317 (patch)
tree5d64d3c9ec431c478cf53e8bffc358f4259aa955 /xmloff/source/text/XMLChangeElementImportContext.hxx
parent108b24b2691ddb2a222954b8794f1f270ffd5c32 (diff)
INTEGRATION: CWS draw8 (1.1.106); FILE MERGED
2003/03/12 10:26:34 aw 1.1.106.1: #107848# Start- and EndElement are needed here to set the inside_deleted_section flag at the corresponding TextImportHelper
Diffstat (limited to 'xmloff/source/text/XMLChangeElementImportContext.hxx')
-rw-r--r--xmloff/source/text/XMLChangeElementImportContext.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLChangeElementImportContext.hxx b/xmloff/source/text/XMLChangeElementImportContext.hxx
index 58e39d55c00d..ae0f8581023f 100644
--- a/xmloff/source/text/XMLChangeElementImportContext.hxx
+++ b/xmloff/source/text/XMLChangeElementImportContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLChangeElementImportContext.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dvo $ $Date: 2001-01-10 20:51:01 $
+ * last change: $Author: rt $ $Date: 2003-04-08 15:30:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,6 +111,14 @@ public:
const ::rtl::OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList> & xAttrList);
+
+ // #107848#
+ // Start- and EndElement are needed here to set the inside_deleted_section
+ // flag at the corresponding TextImportHelper
+ virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
+
+ // #107848#
+ virtual void EndElement();
};
#endif