summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatus Kukan <matus.kukan@gmail.com>2011-07-03 14:04:55 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-12 11:33:23 +0200
commit27f20412f121d85937ccae81fdb50e8b2e440052 (patch)
tree44972d983825a034edecf3d516b4af6a4a533cab
parent2fdd60dc1782048cefc748f18ea4eed1464f6333 (diff)
Remove component_getImplementationEnvironment
-rw-r--r--mysqlc/source/exports.dxp1
-rw-r--r--mysqlc/source/mysqlc.map1
-rw-r--r--mysqlc/source/mysqlc_services.cxx11
-rw-r--r--sdext/source/minimizer/pppoptimizeruno.cxx8
-rw-r--r--sdext/source/pdfimport/services.cxx6
-rw-r--r--sdext/source/presenter/PresenterComponent.cxx12
6 files changed, 0 insertions, 39 deletions
diff --git a/mysqlc/source/exports.dxp b/mysqlc/source/exports.dxp
index 9630d7e..51703a0 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 f4ed78b..7c6d93f 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 962dee1..1633dfe 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)
{
diff --git a/sdext/source/minimizer/pppoptimizeruno.cxx b/sdext/source/minimizer/pppoptimizeruno.cxx
index 6ee571b..b131f15 100644
--- a/sdext/source/minimizer/pppoptimizeruno.cxx
+++ b/sdext/source/minimizer/pppoptimizeruno.cxx
@@ -44,14 +44,6 @@ using namespace ::com::sun::star::registry;
extern "C"
{
- SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** )
- {
- *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
- }
-
- // -------------------------------------------------------------------------
-
sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/, void* pRegistryKey )
{
if (pRegistryKey)
diff --git a/sdext/source/pdfimport/services.cxx b/sdext/source/pdfimport/services.cxx
index 37f90c9..59721ce 100644
--- a/sdext/source/pdfimport/services.cxx
+++ b/sdext/source/pdfimport/services.cxx
@@ -83,12 +83,6 @@ namespace
}
}
-extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
- const sal_Char **ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
-{
- *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-
namespace
{
typedef Reference< XInterface > (SAL_CALL * ComponentFactory)( const Reference< XComponentContext >& );
diff --git a/sdext/source/presenter/PresenterComponent.cxx b/sdext/source/presenter/PresenterComponent.cxx
index f2a78c5..a4ecf64 100644
--- a/sdext/source/presenter/PresenterComponent.cxx
+++ b/sdext/source/presenter/PresenterComponent.cxx
@@ -119,18 +119,6 @@ extern "C"
return g_moduleCount.canUnload( &g_moduleCount , pTime );
}
-
-
-
- SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** )
- {
- *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
- }
-
-
-
-
sal_Bool SAL_CALL component_writeInfo(
void * pServiceManager, void * pRegistryKey )
{