diff options
author | Matus Kukan <matus.kukan@gmail.com> | 2011-07-03 13:59:22 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 11:27:22 +0200 |
commit | c707c7a19a0bef0075f3ba10366e0fc05c96702a (patch) | |
tree | 2930f9886eb2ededdc36ec2d94abfaaad187c7df /extensions/source/plugin/base | |
parent | a9eda0eb4c8d40919feb6c9d47ff106afe1879a7 (diff) |
Remove component_getImplementationEnvironment
Diffstat (limited to 'extensions/source/plugin/base')
-rw-r--r-- | extensions/source/plugin/base/service.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/extensions/source/plugin/base/service.cxx b/extensions/source/plugin/base/service.cxx index e2de74853..5ecb800d4 100644 --- a/extensions/source/plugin/base/service.cxx +++ b/extensions/source/plugin/base/service.cxx @@ -58,13 +58,6 @@ using namespace cppu; extern "C" { - SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( - const sal_Char** ppEnvTypeName, - uno_Environment** /*ppEnv*/ ) - { - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; - } - SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, void* pXUnoSMgr, |