summaryrefslogtreecommitdiff
path: root/oox
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 /oox
parent92eafe7218694f16cfe8a66f7fcd3d53187e2665 (diff)
Remove component_getImplementationEnvironment
Diffstat (limited to 'oox')
-rw-r--r--oox/source/core/services.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/oox/source/core/services.cxx b/oox/source/core/services.cxx
index f05524f4d046..199d8a695048 100644
--- a/oox/source/core/services.cxx
+++ b/oox/source/core/services.cxx
@@ -81,17 +81,7 @@ static ::cppu::ImplementationEntry const spServices[] =
} // namespace
-// ----------------------------------------------------------------------------
-
-extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
- const sal_Char** ppEnvironmentTypeName, uno_Environment** /*ppEnvironment*/ )
-{
- *ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-
extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const char* pImplName, void* pServiceManager, void* pRegistryKey )
{
return ::cppu::component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey, spServices );
}
-
-// ============================================================================