summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/service.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/plugin/base/service.cxx')
-rw-r--r--extensions/source/plugin/base/service.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/extensions/source/plugin/base/service.cxx b/extensions/source/plugin/base/service.cxx
index 83d89df5d83d..fd33ec8a4b75 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,