summaryrefslogtreecommitdiff
path: root/starmath/source/detreg.cxx
diff options
context:
space:
mode:
authorMatus Kukan <matus.kukan@gmail.com>2011-07-03 15:24:15 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-12 12:30:17 +0200
commitcfafbc5f34673a028b686b10d79e1758c607d440 (patch)
tree4b9c8c592f1199f7dc440b9f289936ff70ae470c /starmath/source/detreg.cxx
parent8ff3e2ac6c74f68ef3b445033da504ae98ad583a (diff)
Remove component_getImplementationEnvironment
Diffstat (limited to 'starmath/source/detreg.cxx')
-rw-r--r--starmath/source/detreg.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/starmath/source/detreg.cxx b/starmath/source/detreg.cxx
index 45f539b0931d..366b64d8abbe 100644
--- a/starmath/source/detreg.cxx
+++ b/starmath/source/detreg.cxx
@@ -42,13 +42,6 @@ using namespace ::com::sun::star::lang;
extern "C" {
-SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
- const sal_Char** ppEnvironmentTypeName,
- uno_Environment** /*ppEnvironment*/ )
-{
- *ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ;
-}
-
SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName,
void* pServiceManager,
void* /*pRegistryKey*/ )