summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/webdavprovider.cxx
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-04-05 08:40:17 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-04-05 08:40:17 +0000
commitb3e0d1c74f8c4d2a271ad597344624f657d533e0 (patch)
tree4bd1f747e66c5e8e31dd5a9294ead9ccbe57f1b2 /ucb/source/ucp/webdav/webdavprovider.cxx
parent85f179163402b0f56ab5c71670a79a556c811041 (diff)
#85714# - Prefixed all component implementation names with "com.sun.star.comp"
(UDK naming recommandation - required for automatic testing).
Diffstat (limited to 'ucb/source/ucp/webdav/webdavprovider.cxx')
-rw-r--r--ucb/source/ucp/webdav/webdavprovider.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/webdav/webdavprovider.cxx b/ucb/source/ucp/webdav/webdavprovider.cxx
index b51e4c8ce3af..c6d5aed6e103 100644
--- a/ucb/source/ucp/webdav/webdavprovider.cxx
+++ b/ucb/source/ucp/webdav/webdavprovider.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: webdavprovider.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kso $ $Date: 2001-01-26 16:05:04 $
+ * last change: $Author: kso $ $Date: 2001-04-05 09:40:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,9 +138,9 @@ XTYPEPROVIDER_IMPL_3( ContentProvider,
XSERVICEINFO_IMPL_1( ContentProvider,
OUString::createFromAscii(
- "webdav_ucp_ContentProvider" ),
+ "com.sun.star.comp.WebDAVContentProvider" ),
OUString::createFromAscii(
- WEBDAV_CONTENT_PROVIDER_SERVICE_NAME ) );
+ WEBDAV_CONTENT_PROVIDER_SERVICE_NAME ) );
//=========================================================================
//