summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortmain.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/sorter/sortmain.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/sorter/sortmain.cxx')
-rw-r--r--ucb/source/sorter/sortmain.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/ucb/source/sorter/sortmain.cxx b/ucb/source/sorter/sortmain.cxx
index 1165ccbf8dc3..fa1090a10ea8 100644
--- a/ucb/source/sorter/sortmain.cxx
+++ b/ucb/source/sorter/sortmain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sortmain.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: kso $ $Date: 2000-10-16 14:53:23 $
+ * last change: $Author: kso $ $Date: 2001-04-05 09:49:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,6 +158,12 @@ extern "C" void * SAL_CALL component_getFactory(
{
xFactory = SortedDynamicResultSetFactory::createServiceFactory( xSMgr );
}
+ else if ( rtl_str_compare( pImplName, "SortedDynamicResultSetFactory" )
+ == 0 )
+ {
+ // Backward compatibility... :-/
+ xFactory = SortedDynamicResultSetFactory::createServiceFactory( xSMgr );
+ }
//////////////////////////////////////////////////////////////////////