summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-03-26 09:33:35 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-03-26 09:33:35 +0000
commitccbe33dd6cfd48cc5bf6e86c5d9a64eb9b7101d1 (patch)
tree74900c62cd0459bc6a3c17d30d5be42423d906c1 /package
parent0b92e4f09983190c36ae8cb02212f92bb6284258 (diff)
fix service name
Diffstat (limited to 'package')
-rw-r--r--package/source/zippackage/ZipPackage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx
index c3675d2a1382..cdec95fdef71 100644
--- a/package/source/zippackage/ZipPackage.cxx
+++ b/package/source/zippackage/ZipPackage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackage.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: mtg $ $Date: 2001-03-23 18:14:35 $
+ * last change: $Author: mtg $ $Date: 2001-03-26 10:33:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -705,7 +705,7 @@ Sequence< OUString > ZipPackage_getSupportedServiceNames()
{
Sequence< OUString > seqNames(1);
#if SUPD>625
- seqNames.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.packages.ZipPackage" ) );
+ seqNames.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.packages.comp.ZipPackage" ) );
#else
seqNames.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.package.Package" ) );
#endif