summaryrefslogtreecommitdiff
path: root/xmloff/inc/SchXMLImport.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-01-12 15:16:13 +0000
committerChristian Lippka <cl@openoffice.org>2001-01-12 15:16:13 +0000
commitfeb72c53d09a5bad98a6ffbbc8ca75815de8caca (patch)
treea74c260412582075569ffa3f6cd3286101f9cd92 /xmloff/inc/SchXMLImport.hxx
parentca71f63ae54a651c71b93c49786640f016e6650f (diff)
#82042# added support for xml filter components
Diffstat (limited to 'xmloff/inc/SchXMLImport.hxx')
-rw-r--r--xmloff/inc/SchXMLImport.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/inc/SchXMLImport.hxx b/xmloff/inc/SchXMLImport.hxx
index 88613bccecd6..8d33f6a86b72 100644
--- a/xmloff/inc/SchXMLImport.hxx
+++ b/xmloff/inc/SchXMLImport.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SchXMLImport.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: bm $ $Date: 2001-01-11 16:54:40 $
+ * last change: $Author: cl $ $Date: 2001-01-12 16:03:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -199,8 +199,9 @@ protected:
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList );
public:
+ SchXMLImport();
SchXMLImport( com::sun::star::uno::Reference< com::sun::star::frame::XModel > xModel,
- com::sun::star::uno::Reference< com::sun::star::container::XIndexContainer >& rGrfContainer,
+ com::sun::star::uno::Reference< com::sun::star::document::XGraphicObjectResolver > &,
sal_Bool bLoadDoc, sal_Bool bShowProgress );
virtual ~SchXMLImport();
};