summaryrefslogtreecommitdiff
path: root/unoxml/source/service
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 /unoxml/source/service
parent92eafe7218694f16cfe8a66f7fcd3d53187e2665 (diff)
Remove component_getImplementationEnvironment
Diffstat (limited to 'unoxml/source/service')
-rw-r--r--unoxml/source/service/services.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/unoxml/source/service/services.cxx b/unoxml/source/service/services.cxx
index 8801e8044e87..f9c024f7392a 100644
--- a/unoxml/source/service/services.cxx
+++ b/unoxml/source/service/services.cxx
@@ -55,11 +55,6 @@ using namespace ::com::sun::star::registry;
extern "C"
{
-SAL_DLLPUBLIC_EXPORT void SAL_CALL unoxml_component_getImplementationEnvironment(const sal_Char **ppEnvironmentTypeName, uno_Environment ** /*ppEnvironment */)
-{
- *ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ;
-}
-
SAL_DLLPUBLIC_EXPORT void* SAL_CALL unoxml_component_getFactory(const sal_Char *pImplementationName, void *pServiceManager, void * /*pRegistryKey*/)
{
void* pReturn = NULL ;