summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-09-12 16:27:25 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-09-12 16:27:25 +0000
commit684642da65ae323d5151847726b1d2e46599e457 (patch)
tree4232fb0098c811f6a2857ea2fc2485584e44373f /sw/source/filter/xml/xmlimp.hxx
parent3bca9e182cb2cf67475b3f779e7ac3d9a68a67b0 (diff)
#91614# implement getImplementationName for Writer XML import/export components
Diffstat (limited to 'sw/source/filter/xml/xmlimp.hxx')
-rw-r--r--sw/source/filter/xml/xmlimp.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmlimp.hxx b/sw/source/filter/xml/xmlimp.hxx
index ec745b0c4c66..9c6fb346c97b 100644
--- a/sw/source/filter/xml/xmlimp.hxx
+++ b/sw/source/filter/xml/xmlimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlimp.hxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: mib $ $Date: 2001-08-14 08:07:19 $
+ * last change: $Author: dvo $ $Date: 2001-09-12 17:27:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -176,6 +176,10 @@ public:
// XInitialization
virtual void SAL_CALL initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) throw(::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
+ // XServiceInfo (override parent method)
+ ::rtl::OUString SAL_CALL getImplementationName()
+ throw( ::com::sun::star::uno::RuntimeException );
+
void InsertStyles( sal_Bool bAuto );
void FinishStyles();