From 246efa0d481c4b3bb55c1f53d954557cc027c008 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Mon, 30 May 2011 18:08:50 +0200 Subject: ause130: #i117218# change .idl handling to gnu make --- configmgr/prj/build.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configmgr') diff --git a/configmgr/prj/build.lst b/configmgr/prj/build.lst index caf964964554..962e2bc648ff 100644 --- a/configmgr/prj/build.lst +++ b/configmgr/prj/build.lst @@ -1,4 +1,4 @@ -cg configmgr : BOOST:boost LIBXSLT:libxslt comphelper cppu cppuhelper offuh sal salhelper stlport xmlreader NULL +cg configmgr : BOOST:boost LIBXSLT:libxslt comphelper cppu cppuhelper offapi sal salhelper stlport xmlreader NULL cg configmgr\inc nmake - all cg_inc NULL cg configmgr\source nmake - all cg_source cg_inc NULL # migrated to gbuild -- cgit From ccfdbe97d8455291f925930dc0421f87529f7afd Mon Sep 17 00:00:00 2001 From: Matus Kukan Date: Sat, 2 Jul 2011 17:21:45 +0200 Subject: Remove online registration related code --- configmgr/qa/unit/data.xcd | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configmgr') diff --git a/configmgr/qa/unit/data.xcd b/configmgr/qa/unit/data.xcd index 97e0aed31989..cd1cdd3a63d0 100755 --- a/configmgr/qa/unit/data.xcd +++ b/configmgr/qa/unit/data.xcd @@ -3578,11 +3578,6 @@ 1 - - - ~Registration... - - Select to File Begin -- cgit From a90983bd658b6f69a353ccdf0d332ed280b69711 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 12 Jul 2011 17:53:48 +0200 Subject: Remove component_getImplementationEnvironment methods --- configmgr/source/services.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configmgr') diff --git a/configmgr/source/services.cxx b/configmgr/source/services.cxx index ce4b9d49eb38..5f70c6ed708a 100644 --- a/configmgr/source/services.cxx +++ b/configmgr/source/services.cxx @@ -83,10 +83,4 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( pImplName, pServiceManager, pRegistryKey, services); } -extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( - char const ** ppEnvTypeName, uno_Environment **) -{ - *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit