diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 16:30:06 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 16:30:06 +0200 |
commit | 15f10fc946a33e23dbb92a8635e94e73119091f8 (patch) | |
tree | b91bd03a43aff7fe4ad4976d1e72a022615a95e8 /io/test/stm | |
parent | d6f18bf9e0e1d25cefb65233793973a7b495b195 (diff) |
Remove component_getImplementationEnvironment
Diffstat (limited to 'io/test/stm')
-rw-r--r-- | io/test/stm/exports.dxp | 3 | ||||
-rw-r--r-- | io/test/stm/testfactreg.cxx | 7 |
2 files changed, 1 insertions, 9 deletions
diff --git a/io/test/stm/exports.dxp b/io/test/stm/exports.dxp index ce95ae0f8deb..86214860d555 100644 --- a/io/test/stm/exports.dxp +++ b/io/test/stm/exports.dxp @@ -1,3 +1,2 @@ -component_getImplementationEnvironment component_getFactory -component_writeInfo
\ No newline at end of file +component_writeInfo diff --git a/io/test/stm/testfactreg.cxx b/io/test/stm/testfactreg.cxx index 213c10a1f610..ebc5ffca2682 100644 --- a/io/test/stm/testfactreg.cxx +++ b/io/test/stm/testfactreg.cxx @@ -47,13 +47,6 @@ using namespace ::com::sun::star::lang; extern "C" { -SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( - const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv ) -{ - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; -} - - sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryKey ) { |