From 33c4a94bdfd9cbf8ebd61c0320d7cc9a67676200 Mon Sep 17 00:00:00 2001 From: Matus Kukan Date: Sun, 3 Jul 2011 14:04:55 +0200 Subject: Remove component_getImplementationEnvironment --- mysqlc/source/exports.dxp | 1 - mysqlc/source/mysqlc.map | 1 - mysqlc/source/mysqlc_services.cxx | 11 ----------- 3 files changed, 13 deletions(-) (limited to 'mysqlc') diff --git a/mysqlc/source/exports.dxp b/mysqlc/source/exports.dxp index 9630d7e06768..51703a04666a 100644 --- a/mysqlc/source/exports.dxp +++ b/mysqlc/source/exports.dxp @@ -1,3 +1,2 @@ -component_getImplementationEnvironment component_writeInfo component_getFactory diff --git a/mysqlc/source/mysqlc.map b/mysqlc/source/mysqlc.map index f4ed78b9e970..7c6d93f87852 100644 --- a/mysqlc/source/mysqlc.map +++ b/mysqlc/source/mysqlc.map @@ -1,6 +1,5 @@ UDK_3_0_0 { global: - component_getImplementationEnvironment; component_writeInfo; component_getFactory; local: diff --git a/mysqlc/source/mysqlc_services.cxx b/mysqlc/source/mysqlc_services.cxx index 28279c5a0110..90bbf68a1aca 100644 --- a/mysqlc/source/mysqlc_services.cxx +++ b/mysqlc/source/mysqlc_services.cxx @@ -110,17 +110,6 @@ struct ProviderRequest /* }}} */ -/* {{{ component_getImplementationEnvironment -I- */ -extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( - const sal_Char **ppEnvTypeName, - uno_Environment ** /* ppEnv */ - ) -{ - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; -} -/* }}} */ - - /* {{{ component_writeInfo -I- */ extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo(void * /* pServiceManager */, void * pRegistryKey) { -- cgit