summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-12 17:53:48 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-12 17:59:13 +0200
commit4bbe054ed31c394056841a6de0eb6ddec6567a80 (patch)
treeeaedb4a02ae77202954dc48f08144fd34e550630 /vbahelper
parent1f0d86f32f4f50c3c86252727cf2e16417de804a (diff)
Remove component_getImplementationEnvironment methods
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/source/msforms/service.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vbahelper/source/msforms/service.cxx b/vbahelper/source/msforms/service.cxx
index 3388051eae..9292f87286 100644
--- a/vbahelper/source/msforms/service.cxx
+++ b/vbahelper/source/msforms/service.cxx
@@ -51,13 +51,6 @@ extern sdecl::ServiceDecl const serviceDecl;
extern "C"
{
- SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
- {
- OSL_TRACE("In component_getImplementationEnv");
- *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
- }
-
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
const sal_Char * pImplName, lang::XMultiServiceFactory * pServiceManager,
registry::XRegistryKey * pRegistryKey )