diff options
author | Björn Milcke <bm@openoffice.org> | 2001-05-09 13:02:42 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2001-05-09 13:02:42 +0000 |
commit | 210376cb5ef8f4196b07ed388e1a5f22c8b1ffd3 (patch) | |
tree | 93977ad1639a354044bde9f0557878e6713819e7 /xmloff | |
parent | 53ca3ba5619c2952bb39d643f45a916f8e5005b2 (diff) |
#86801# service name for complete importer changed
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/SchXMLImport.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLImport.cxx b/xmloff/source/chart/SchXMLImport.cxx index f27c31b660c6..28c77c91a9de 100644 --- a/xmloff/source/chart/SchXMLImport.cxx +++ b/xmloff/source/chart/SchXMLImport.cxx @@ -2,9 +2,9 @@ * * $RCSfile: SchXMLImport.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: bm $ $Date: 2001-05-02 11:50:00 $ + * last change: $Author: bm $ $Date: 2001-05-09 14:02:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -567,7 +567,7 @@ SvXMLImportContext *SchXMLImport::CreateContext( USHORT nPrefix, const rtl::OUSt uno::Sequence< OUString > SAL_CALL SchXMLImport_getSupportedServiceNames() throw() { - const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.office.sax.importer.Chart" ) ); + const OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.Chart.XMLImporter" ) ); const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); return aSeq; } |