summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortmain.cxx
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-04-06 07:40:56 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-04-06 07:40:56 +0000
commit4d7d722bc93b8abd8fb74b74ecd63ad61efdcbf1 (patch)
tree4e48311682494c2cfec5b6806f909d52de06c20a /ucb/source/sorter/sortmain.cxx
parenta1986cdca6611009c0de99392f7470e3537eb90e (diff)
#85714# - Removed unnessecary backward compatibility code.
Diffstat (limited to 'ucb/source/sorter/sortmain.cxx')
-rw-r--r--ucb/source/sorter/sortmain.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/ucb/source/sorter/sortmain.cxx b/ucb/source/sorter/sortmain.cxx
index fa1090a10ea8..bd7ec0421ed8 100644
--- a/ucb/source/sorter/sortmain.cxx
+++ b/ucb/source/sorter/sortmain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sortmain.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kso $ $Date: 2001-04-05 09:49:31 $
+ * last change: $Author: kso $ $Date: 2001-04-06 08:32:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,12 +158,6 @@ 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 );
- }
//////////////////////////////////////////////////////////////////////