From a9137707c4f8e17f97221f958c28a276d0903e16 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 12 Jul 2011 17:13:08 +0200 Subject: Remove component_getImplementationEnvironment --- unoxml/source/service/services.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'unoxml/source/service') diff --git a/unoxml/source/service/services.cxx b/unoxml/source/service/services.cxx index 8801e8044e87..f9c024f7392a 100644 --- a/unoxml/source/service/services.cxx +++ b/unoxml/source/service/services.cxx @@ -55,11 +55,6 @@ using namespace ::com::sun::star::registry; extern "C" { -SAL_DLLPUBLIC_EXPORT void SAL_CALL unoxml_component_getImplementationEnvironment(const sal_Char **ppEnvironmentTypeName, uno_Environment ** /*ppEnvironment */) -{ - *ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ; -} - SAL_DLLPUBLIC_EXPORT void* SAL_CALL unoxml_component_getFactory(const sal_Char *pImplementationName, void *pServiceManager, void * /*pRegistryKey*/) { void* pReturn = NULL ; -- cgit