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 --- framework/inc/macros/registration.hxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'framework/inc') diff --git a/framework/inc/macros/registration.hxx b/framework/inc/macros/registration.hxx index 74ab29d2c4bf..94815f726b75 100644 --- a/framework/inc/macros/registration.hxx +++ b/framework/inc/macros/registration.hxx @@ -57,7 +57,6 @@ Please use follow public macros only! IFFACTORY( CLASS ) => use it as parameter for COMPONENT_GETFACTORY( IFFACTORIES ) - COMPONENTGETIMPLEMENTATIONENVIRONMENT => use it to define exported function component_getImplementationEnvironment() COMPONENTGETFACTORY( IFFACTORIES ) => use it to define exported function component_getFactory() _________________________________________________________________________________________________________________*/ @@ -77,17 +76,6 @@ ________________________________________________________________________________ xFactory = CLASS::impl_createFactory( xServiceManager ); \ } -//***************************************************************************************************************** -// public -// define helper to get information about service environment -//***************************************************************************************************************** -#define COMPONENTGETIMPLEMENTATIONENVIRONMENT \ - extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char** ppEnvironmentTypeName , \ - uno_Environment** ) \ - { \ - *ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ; \ - } - //***************************************************************************************************************** // public // define method to instanciate new services -- cgit