summaryrefslogtreecommitdiffstats
path: root/uui/source/services.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 /uui/source/services.cxx
parent#85714# - Prefixed all component implementation names with "com.sun.star.comp" (diff)
downloadcore-57058b4d00e293186b5af9aa43634c0f83be68dd.tar.gz
core-57058b4d00e293186b5af9aa43634c0f83be68dd.zip
#85714# - Prefixed all component implementation names with "com.sun.star.comp"
(UDK naming recommandation - required for automatic testing).
Diffstat (limited to 'uui/source/services.cxx')
-rw-r--r--uui/source/services.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/uui/source/services.cxx b/uui/source/services.cxx
index 98f07784b1f0..a8d28c5bfa80 100644
--- a/uui/source/services.cxx
+++ b/uui/source/services.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: services.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:04:11 $
+ * last change: $Author: kso $ $Date: 2001-04-05 09:52:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -163,9 +163,12 @@ 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(