diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 17:13:08 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-12 17:58:59 +0200 |
commit | a9137707c4f8e17f97221f958c28a276d0903e16 (patch) | |
tree | 0d674c78efa4286f5c424868bd1f439b2c80ba6e /unoxml/source/service | |
parent | 92eafe7218694f16cfe8a66f7fcd3d53187e2665 (diff) |
Remove component_getImplementationEnvironment
Diffstat (limited to 'unoxml/source/service')
-rw-r--r-- | unoxml/source/service/services.cxx | 5 |
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 ; |