summaryrefslogtreecommitdiff
path: root/ucb/source/cacher/cachedcontentresultset.cxx
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-04-05 08:52:01 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-04-05 08:52:01 +0000
commit57058b4d00e293186b5af9aa43634c0f83be68dd (patch)
treed8d646fca6a172e41c1da317e8d1431dec13221c /ucb/source/cacher/cachedcontentresultset.cxx
parentb3e0d1c74f8c4d2a271ad597344624f657d533e0 (diff)
#85714# - Prefixed all component implementation names with "com.sun.star.comp"
(UDK naming recommandation - required for automatic testing).
Diffstat (limited to 'ucb/source/cacher/cachedcontentresultset.cxx')
-rw-r--r--ucb/source/cacher/cachedcontentresultset.cxx16
1 files changed, 10 insertions, 6 deletions
diff --git a/ucb/source/cacher/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx
index bead556b899c..e603e40509b8 100644
--- a/ucb/source/cacher/cachedcontentresultset.cxx
+++ b/ucb/source/cacher/cachedcontentresultset.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cachedcontentresultset.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: iha $ $Date: 2001-02-26 15:47:50 $
+ * last change: $Author: kso $ $Date: 2001-04-05 09:50:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1010,8 +1010,10 @@ XTYPEPROVIDER_IMPL_11( CachedContentResultSet
//--------------------------------------------------------------------------
XSERVICEINFO_NOFACTORY_IMPL_1( CachedContentResultSet,
- OUString::createFromAscii( "CachedContentResultSet" ),
- OUString::createFromAscii( CACHED_CONTENT_RESULTSET_SERVICE_NAME ) );
+ OUString::createFromAscii(
+ "com.sun.star.comp.ucb.CachedContentResultSet" ),
+ OUString::createFromAscii(
+ CACHED_CONTENT_RESULTSET_SERVICE_NAME ) );
//--------------------------------------------------------------------------
// XPropertySet methods. ( inherited )
@@ -2214,8 +2216,10 @@ XTYPEPROVIDER_IMPL_3( CachedContentResultSetFactory,
//--------------------------------------------------------------------------
XSERVICEINFO_IMPL_1( CachedContentResultSetFactory,
- OUString::createFromAscii( "CachedContentResultSetFactory" ),
- OUString::createFromAscii( CACHED_CONTENT_RESULTSET_FACTORY_NAME ) );
+ OUString::createFromAscii(
+ "com.sun.star.comp.ucb.CachedContentResultSetFactory" ),
+ OUString::createFromAscii(
+ CACHED_CONTENT_RESULTSET_FACTORY_NAME ) );
//--------------------------------------------------------------------------
// Service factory implementation.