summaryrefslogtreecommitdiff
path: root/uui/source
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 /uui/source
parenta1986cdca6611009c0de99392f7470e3537eb90e (diff)
#85714# - Removed unnessecary backward compatibility code.
Diffstat (limited to 'uui/source')
-rw-r--r--uui/source/services.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/uui/source/services.cxx b/uui/source/services.cxx
index a8d28c5bfa80..509ffa65d75d 100644
--- a/uui/source/services.cxx
+++ b/uui/source/services.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: services.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kso $ $Date: 2001-04-05 09:52:00 $
+ * last change: $Author: kso $ $Date: 2001-04-06 08:40:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -163,12 +163,9 @@ extern "C" void * SAL_CALL component_getFactory(sal_Char const * pImplName,
{
void * pFactory = 0;
if (pServiceManager
- && (rtl_str_compare(pImplName,
+ && rtl_str_compare(pImplName,
UUIInteractionHandler::m_aImplementationName)
== 0)
- ||
- // Backward compatibility... :-/
- (rtl_str_compare(pImplName, "UUIInteractionHandler") == 0))
{
uno::Reference< lang::XSingleServiceFactory >
xTheFactory(