diff options
author | Matus Kukan <matus.kukan@gmail.com> | 2011-07-03 13:59:22 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 11:27:22 +0200 |
commit | d98ac11f3962f39efb1418588c609d03fb7cc37c (patch) | |
tree | ef1dd0e217fa3a9527bcf6fe5b3d7a50a82a9070 /xmlsecurity/source/component | |
parent | 2bd57a620ce4bc81a114e38f397c0cb541bf2635 (diff) |
Remove component_getImplementationEnvironment
Diffstat (limited to 'xmlsecurity/source/component')
-rw-r--r-- | xmlsecurity/source/component/registerservices.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmlsecurity/source/component/registerservices.cxx b/xmlsecurity/source/component/registerservices.cxx index 0681a853744f..69d06d11261e 100644 --- a/xmlsecurity/source/component/registerservices.cxx +++ b/xmlsecurity/source/component/registerservices.cxx @@ -42,11 +42,6 @@ using namespace ::com::sun::star; extern "C" { -SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** ) -{ - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; -} - SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void* pRet = 0; |