summaryrefslogtreecommitdiff
path: root/sc/workben/addin.cxx
diff options
context:
space:
mode:
authorMatus Kukan <matus.kukan@gmail.com>2011-07-03 12:36:54 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-12 17:58:44 +0200
commitbc925cc2ad591f7ac2d956ef31db7be3497a99e9 (patch)
tree2e2cebaa9a4c2bc78e287210ef3669fa92f4547a /sc/workben/addin.cxx
parent7efec84c9cc62694e953f0a8987d9a4a29c9a1f9 (diff)
Remove component_getImplementationEnvironment
Diffstat (limited to 'sc/workben/addin.cxx')
-rw-r--r--sc/workben/addin.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/workben/addin.cxx b/sc/workben/addin.cxx
index d05da70d39af..11b32f3a6735 100644
--- a/sc/workben/addin.cxx
+++ b/sc/workben/addin.cxx
@@ -63,12 +63,6 @@ SMART_UNO_IMPLEMENTATION( ScTestAddIn, UsrObject );
extern "C" {
-SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
-{
- *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-
sal_Bool SAL_CALL component_writeInfo(
void * pServiceManager, registry::XRegistryKey * pRegistryKey )
{