summaryrefslogtreecommitdiff
path: root/uui/source/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/services.cxx')
-rw-r--r--uui/source/services.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/uui/source/services.cxx b/uui/source/services.cxx
index 642f86379808..ad0c3286ca3f 100644
--- a/uui/source/services.cxx
+++ b/uui/source/services.cxx
@@ -46,9 +46,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL uui_component_getFactory(sal_Cha
reinterpret_cast< XMultiServiceFactory * >( pServiceManager ) );
Reference< XSingleServiceFactory > xFactory;
- //////////////////////////////////////////////////////////////////////
+
// UUI Interaction Request String Resolver.
- //////////////////////////////////////////////////////////////////////
+
if ( rtl_str_compare(pImplName,
UUIInteractionRequestStringResolver::m_aImplementationName)
@@ -63,9 +63,9 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL uui_component_getFactory(sal_Cha
UUIInteractionRequestStringResolver::getSupportedServiceNames_static());
}
- //////////////////////////////////////////////////////////////////////
+
// UUI Password Container Interaction Handler.
- //////////////////////////////////////////////////////////////////////
+
else if ( uui::PasswordContainerInteractionHandler::getImplementationName_Static().
equalsAscii( pImplName ) )
@@ -74,7 +74,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL uui_component_getFactory(sal_Cha
uui::PasswordContainerInteractionHandler::createServiceFactory( xSMgr );
}
- //////////////////////////////////////////////////////////////////////
+
if ( xFactory.is() )
{