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:07:40 +0100 |
commit | 0695d801b746b8e306b423aab49566c6361f7264 (patch) | |
tree | 26007ac09b219b528e8dc85800691a3bc7c7e282 /winaccessibility | |
parent | 5faf3bdfdae1be4e9dbbed762f9a72ab195c4a20 (diff) |
No need for default component_getImplementationEnvironment function any more
Change-Id: Ia03e2797d80429284964987d07ebc033346a7ac0
(cherry picked from commit 1917dacaf2f3e29caadcac09162fe9b2158a45d1)
Diffstat (limited to 'winaccessibility')
-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 ) |