diff options
Diffstat (limited to 'vcl/source/components/factory.cxx')
-rw-r--r-- | vcl/source/components/factory.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/source/components/factory.cxx b/vcl/source/components/factory.cxx index 85bc7ee7ce9a..eb7c05bcce1f 100644 --- a/vcl/source/components/factory.cxx +++ b/vcl/source/components/factory.cxx @@ -37,10 +37,6 @@ extern Reference< XInterface > SAL_CALL vcl_session_createInstance( const Refere namespace vcl { -extern Sequence< OUString > SAL_CALL DisplayAccess_getSupportedServiceNames(); -extern OUString SAL_CALL DisplayAccess_getImplementationName(); -extern Reference< XInterface > SAL_CALL DisplayAccess_createInstance( const Reference< XMultiServiceFactory > & ); - extern Sequence< OUString > SAL_CALL FontIdentificator_getSupportedServiceNames(); extern OUString SAL_CALL FontIdentificator_getImplementationName(); extern Reference< XInterface > SAL_CALL FontIdentificator_createInstance( const Reference< XMultiServiceFactory > & ); @@ -84,12 +80,6 @@ extern "C" { xMgr, vcl_session_getImplementationName(), vcl_session_createInstance, vcl_session_getSupportedServiceNames() ); } - else if( vcl::DisplayAccess_getImplementationName().equalsAscii( pImplementationName ) ) - { - xFactory = ::cppu::createSingleFactory( - xMgr, vcl::DisplayAccess_getImplementationName(), vcl::DisplayAccess_createInstance, - vcl::DisplayAccess_getSupportedServiceNames() ); - } else if( vcl::FontIdentificator_getImplementationName().equalsAscii( pImplementationName ) ) { xFactory = ::cppu::createSingleFactory( |