From a90983bd658b6f69a353ccdf0d332ed280b69711 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 12 Jul 2011 17:53:48 +0200 Subject: Remove component_getImplementationEnvironment methods --- uui/source/services.cxx | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'uui') diff --git a/uui/source/services.cxx b/uui/source/services.cxx index 8ced313926d3..2ef31275e197 100644 --- a/uui/source/services.cxx +++ b/uui/source/services.cxx @@ -43,23 +43,6 @@ using namespace com::sun::star::registry; using ::rtl::OUString; -//============================================================================ -// -// component_getImplementationEnvironment -// -//============================================================================ - -extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(sal_Char const ** pEnvTypeName, - uno_Environment **) -{ - *pEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; -} - -//============================================================================ -// -// component_getFactory -// -//============================================================================ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(sal_Char const * pImplName, void * pServiceManager, -- cgit