diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-21 17:03:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-21 17:06:07 +0100 |
commit | 1917dacaf2f3e29caadcac09162fe9b2158a45d1 (patch) | |
tree | f1e3f44cae4509525441b426809a9feb57a40628 /winaccessibility/source | |
parent | d7791c933d8f7545b2535fe1a6d706008d2f9605 (diff) |
No need for default component_getImplementationEnvironment function any more
Change-Id: Ia03e2797d80429284964987d07ebc033346a7ac0
Diffstat (limited to 'winaccessibility/source')
-rw-r--r-- | winaccessibility/source/service/msaaservice_impl.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/winaccessibility/source/service/msaaservice_impl.cxx b/winaccessibility/source/service/msaaservice_impl.cxx index 578139b011e0..e5e1231c0df3 100644 --- a/winaccessibility/source/service/msaaservice_impl.cxx +++ b/winaccessibility/source/service/msaaservice_impl.cxx @@ -328,11 +328,6 @@ static struct ::cppu::ImplementationEntry s_component_entries [] = extern "C" { - SAL_DLLPUBLIC_EXPORT void SAL_CALL iacc2_component_getImplementationEnvironment( - sal_Char const ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) - { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; - } SAL_DLLPUBLIC_EXPORT void * SAL_CALL iacc2_component_getFactory( sal_Char const * implName, lang::XMultiServiceFactory * xMgr, registry::XRegistryKey * xRegistry ) |