diff options
author | Matus Kukan <matus.kukan@gmail.com> | 2011-07-03 17:43:02 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 17:59:30 +0200 |
commit | 22f299b12e1c874a43b38f7efdda0d1b952d09a0 (patch) | |
tree | c86b3e4234535b9ad18a2f3d5a661b0e80c3f538 /svl/source/uno/registerservices.cxx | |
parent | 72eff9e69217a5877e1fd1d5b5555f258556dd53 (diff) |
Remove component_getImplementationEnvironment methods
Diffstat (limited to 'svl/source/uno/registerservices.cxx')
-rw-r--r-- | svl/source/uno/registerservices.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svl/source/uno/registerservices.cxx b/svl/source/uno/registerservices.cxx index 3fa8b0e7ebef..d001c73da633 100644 --- a/svl/source/uno/registerservices.cxx +++ b/svl/source/uno/registerservices.cxx @@ -55,12 +55,6 @@ DECLARE_CREATEINSTANCE( PathService ) extern "C" { -SVL_DLLPUBLIC void SAL_CALL svl_component_getImplementationEnvironment ( - const sal_Char ** ppEnvTypeName, uno_Environment ** /* ppEnv */) -{ - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; -} - SVL_DLLPUBLIC void* SAL_CALL svl_component_getFactory ( const sal_Char * pImplementationName, void * _pServiceManager, void * /* _pRegistryKey*/) { |