summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximppage.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-01-25 11:48:39 +0000
committerChristian Lippka <cl@openoffice.org>2001-01-25 11:48:39 +0000
commit24b36b11281d3a5833204f844a93c6eb9dd02218 (patch)
tree2dec673e4b78160b13d82a968ca3182cdcd6ac9b /xmloff/source/draw/ximppage.hxx
parentae95d099bc90d55b47db00215f0b1ec4f3b47a98 (diff)
added start element to generic page. only in start element the mxShapes is correct for notes pages
Diffstat (limited to 'xmloff/source/draw/ximppage.hxx')
-rw-r--r--xmloff/source/draw/ximppage.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximppage.hxx b/xmloff/source/draw/ximppage.hxx
index 6e50092e48f6..9b627ef9f089 100644
--- a/xmloff/source/draw/ximppage.hxx
+++ b/xmloff/source/draw/ximppage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximppage.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2000-12-13 19:16:42 $
+ * last change: $Author: cl $ $Date: 2001-01-25 12:48:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,6 +106,7 @@ public:
com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes);
virtual ~SdXMLGenericPageContext();
+ virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
virtual SvXMLImportContext *CreateChildContext(
USHORT nPrefix, const rtl::OUString& rLocalName,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList );