summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestream.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/source/filter/excel/xestream.cxx
parent7efec84c9cc62694e953f0a8987d9a4a29c9a1f9 (diff)
Remove component_getImplementationEnvironment
Diffstat (limited to 'sc/source/filter/excel/xestream.cxx')
-rw-r--r--sc/source/filter/excel/xestream.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx
index 0e0514da0dae..d71377c8411c 100644
--- a/sc/source/filter/excel/xestream.cxx
+++ b/sc/source/filter/excel/xestream.cxx
@@ -1191,11 +1191,6 @@ extern "C"
{
#endif
-SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /* ppEnv */ )
-{
- *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-
// ------------------------
// - component_getFactory -
// ------------------------