summaryrefslogtreecommitdiff
path: root/filter/source/t602
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-12 17:13:08 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-12 17:58:59 +0200
commita9137707c4f8e17f97221f958c28a276d0903e16 (patch)
tree0d674c78efa4286f5c424868bd1f439b2c80ba6e /filter/source/t602
parent92eafe7218694f16cfe8a66f7fcd3d53187e2665 (diff)
Remove component_getImplementationEnvironment
Diffstat (limited to 'filter/source/t602')
-rw-r--r--filter/source/t602/filterenv.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/filter/source/t602/filterenv.cxx b/filter/source/t602/filterenv.cxx
index 5202c38c3c91..7bd954484cb6 100644
--- a/filter/source/t602/filterenv.cxx
+++ b/filter/source/t602/filterenv.cxx
@@ -46,13 +46,6 @@ using namespace T602ImportFilter;
extern "C"
{
-//==================================================================================================
-SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** /* ppEnv */ )
-{
- *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-//==================================================================================================
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * /* pRegistryKey */ )
{