summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortmain.cxx
diff options
context:
space:
mode:
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 );
+ }
//////////////////////////////////////////////////////////////////////