summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/remoteclient
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-12 16:45:29 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-12 16:45:29 +0200
commitb50137566fbe774ce3fa247044b6572a934561df (patch)
tree22300fdf2faee438ed5e8e4ed92504c87a0fbad2 /odk/examples/cpp/remoteclient
parentfb8168bb555147927c69eaa243bb7d8a3d99c34d (diff)
Remove component_getImplementationEnvironment
Diffstat (limited to 'odk/examples/cpp/remoteclient')
-rw-r--r--odk/examples/cpp/remoteclient/remoteclient.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/odk/examples/cpp/remoteclient/remoteclient.cxx b/odk/examples/cpp/remoteclient/remoteclient.cxx
index b15aa94eff57..0c598a0e7252 100644
--- a/odk/examples/cpp/remoteclient/remoteclient.cxx
+++ b/odk/examples/cpp/remoteclient/remoteclient.cxx
@@ -227,14 +227,6 @@ using namespace remotebridges_officeclient;
extern "C"
{
-//==================================================================================================
-SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
-{
- *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
-}
-
-//==================================================================================================
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{