diff options
author | Matus Kukan <matus.kukan@gmail.com> | 2011-07-03 14:04:55 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 11:33:23 +0200 |
commit | 33c4a94bdfd9cbf8ebd61c0320d7cc9a67676200 (patch) | |
tree | 98884c6988f3aa107161c8448cb945a0bcb11788 /mysqlc | |
parent | 04630d410958cab609c9e4a5c52b1fdbdc98ff65 (diff) |
Remove component_getImplementationEnvironment
Diffstat (limited to 'mysqlc')
-rw-r--r-- | mysqlc/source/exports.dxp | 1 | ||||
-rw-r--r-- | mysqlc/source/mysqlc.map | 1 | ||||
-rw-r--r-- | mysqlc/source/mysqlc_services.cxx | 11 |
3 files changed, 0 insertions, 13 deletions
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) { |