summaryrefslogtreecommitdiff
path: root/cui/source/uno/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/uno/services.cxx')
-rw-r--r--cui/source/uno/services.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/cui/source/uno/services.cxx b/cui/source/uno/services.cxx
index cb67736a3140..a63fd3c1e444 100644
--- a/cui/source/uno/services.cxx
+++ b/cui/source/uno/services.cxx
@@ -57,10 +57,4 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( char const
return cppu::component_getFactoryHelper(implName, serviceManager, registryKey, entries);
}
-
-extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment ( const sal_Char ** ppEnvTypeName, uno_Environment ** )
-{
- *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */