diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 17:53:48 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 17:59:13 +0200 |
commit | a90983bd658b6f69a353ccdf0d332ed280b69711 (patch) | |
tree | af1364059594ed162c721c3cd29810567b2c8ec8 /uui | |
parent | 01ea434011fdf868c612539179bb30aedb0495d0 (diff) |
Remove component_getImplementationEnvironment methods
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/services.cxx | 17 |
1 files changed, 0 insertions, 17 deletions
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, |