From b3e0d1c74f8c4d2a271ad597344624f657d533e0 Mon Sep 17 00:00:00 2001 From: Kai Sommerfeld Date: Thu, 5 Apr 2001 08:40:17 +0000 Subject: #85714# - Prefixed all component implementation names with "com.sun.star.comp" (UDK naming recommandation - required for automatic testing). --- ucb/source/ucp/webdav/webdavprovider.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ucb/source/ucp/webdav/webdavprovider.cxx') 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 ) ); //========================================================================= // -- cgit