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 /ucbhelper/workben | |
parent | 72eff9e69217a5877e1fd1d5b5555f258556dd53 (diff) |
Remove component_getImplementationEnvironment methods
Diffstat (limited to 'ucbhelper/workben')
-rw-r--r-- | ucbhelper/workben/myucp/myucp_services.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ucbhelper/workben/myucp/myucp_services.cxx b/ucbhelper/workben/myucp/myucp_services.cxx index 6551ca755a12..c455addd1a22 100644 --- a/ucbhelper/workben/myucp/myucp_services.cxx +++ b/ucbhelper/workben/myucp/myucp_services.cxx @@ -81,13 +81,6 @@ sal_Bool writeInfo( void * pRegistryKey, } //========================================================================= -extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( - const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) -{ - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; -} - -//========================================================================= extern "C" sal_Bool SAL_CALL component_writeInfo( void * /*pServiceManager*/, void * pRegistryKey ) { |