summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLAutoTextEventImport.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-03-09 13:53:43 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-03-09 13:53:43 +0000
commit50b328f577a47d5d2313d95db8c9f4249c59a8eb (patch)
tree554b68bcd6550584e50f1beb49da09e2a97a813a /xmloff/source/text/XMLAutoTextEventImport.hxx
parentFirst checkin (diff)
downloadcore-50b328f577a47d5d2313d95db8c9f4249c59a8eb.tar.gz
core-50b328f577a47d5d2313d95db8c9f4249c59a8eb.zip
- changed: autotext event import/export is now based on an XNameReplace
Diffstat (limited to 'xmloff/source/text/XMLAutoTextEventImport.hxx')
-rw-r--r--xmloff/source/text/XMLAutoTextEventImport.hxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventImport.hxx b/xmloff/source/text/XMLAutoTextEventImport.hxx
index f337004515c4..f60a4f9ccde2 100644
--- a/xmloff/source/text/XMLAutoTextEventImport.hxx
+++ b/xmloff/source/text/XMLAutoTextEventImport.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLAutoTextEventImport.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dvo $ $Date: 2001-02-06 11:51:27 $
+ * last change: $Author: dvo $ $Date: 2001-03-09 14:53:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,13 +89,20 @@ namespace com { namespace sun { namespace star {
class XMLAutoTextEventImport : public SvXMLImport
{
::com::sun::star::uno::Reference<
- ::com::sun::star::text::XAutoTextContainer> xAutoTextContainer;
+ ::com::sun::star::container::XNameReplace> xEvents;
public:
XMLAutoTextEventImport() throw();
~XMLAutoTextEventImport();
+ // XInitialization
+ virtual void SAL_CALL initialize(
+ const ::com::sun::star::uno::Sequence<
+ ::com::sun::star::uno::Any> & rArguments )
+ throw(
+ ::com::sun::star::uno::Exception,
+ ::com::sun::star::uno::RuntimeException);
protected: