summaryrefslogtreecommitdiff
path: root/vcl/source/components
diff options
context:
space:
mode:
authorMatus Kukan <matus.kukan@gmail.com>2011-07-03 17:43:02 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-12 17:59:30 +0200
commit22f299b12e1c874a43b38f7efdda0d1b952d09a0 (patch)
treec86b3e4234535b9ad18a2f3d5a661b0e80c3f538 /vcl/source/components
parent72eff9e69217a5877e1fd1d5b5555f258556dd53 (diff)
Remove component_getImplementationEnvironment methods
Diffstat (limited to 'vcl/source/components')
-rw-r--r--vcl/source/components/factory.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/source/components/factory.cxx b/vcl/source/components/factory.cxx
index de76b6e84c58..9701e83e886a 100644
--- a/vcl/source/components/factory.cxx
+++ b/vcl/source/components/factory.cxx
@@ -83,13 +83,6 @@ namespace rsvg
extern "C" {
- VCL_DLLPUBLIC void SAL_CALL vcl_component_getImplementationEnvironment(
- const sal_Char** ppEnvTypeName,
- uno_Environment** /*ppEnv*/ )
- {
- *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
- }
-
VCL_DLLPUBLIC void* SAL_CALL vcl_component_getFactory(
const sal_Char* pImplementationName,
void* pXUnoSMgr,