summaryrefslogtreecommitdiff
path: root/vcl/source/components/factory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/components/factory.cxx')
-rw-r--r--vcl/source/components/factory.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/components/factory.cxx b/vcl/source/components/factory.cxx
index 856bddc23d35..c6096b46bb0b 100644
--- a/vcl/source/components/factory.cxx
+++ b/vcl/source/components/factory.cxx
@@ -42,10 +42,10 @@ extern "C" {
if( pXUnoSMgr )
{
- Reference< ::com::sun::star::lang::XMultiServiceFactory > xMgr(
- static_cast< ::com::sun::star::lang::XMultiServiceFactory* >( pXUnoSMgr )
+ Reference< css::lang::XMultiServiceFactory > xMgr(
+ static_cast< css::lang::XMultiServiceFactory* >( pXUnoSMgr )
);
- Reference< ::com::sun::star::lang::XSingleServiceFactory > xFactory;
+ Reference< css::lang::XSingleServiceFactory > xFactory;
if( vcl_session_getImplementationName().equalsAscii( pImplementationName ) )
{
xFactory = ::cppu::createOneInstanceFactory(