[Libreoffice-commits] .: connectivity/source

Matus Kukan mkukan at kemper.freedesktop.org
Tue Jul 12 09:28:49 PDT 2011


 connectivity/source/drivers/ado/Aservices.cxx |    8 ++++++++
 connectivity/source/drivers/ado/exports.dxp   |    1 +
 2 files changed, 9 insertions(+)

New commits:
commit 04ebb08ea8f0cdde12e0562fa5a7bbfa22d4f55c
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Tue Jul 12 18:25:18 2011 +0200

    Keep this one component_getImplementationEnvironment method

diff --git a/connectivity/source/drivers/ado/Aservices.cxx b/connectivity/source/drivers/ado/Aservices.cxx
index f259845..210cf52 100644
--- a/connectivity/source/drivers/ado/Aservices.cxx
+++ b/connectivity/source/drivers/ado/Aservices.cxx
@@ -86,6 +86,14 @@ struct ProviderRequest
 };
 
 //---------------------------------------------------------------------------------------
+extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
+                const sal_Char **ppEnvTypeName,
+                uno_Environment        ** /*ppEnv*/)
+{
+    *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ":affine";
+}
+
+//---------------------------------------------------------------------------------------
 extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(
                     const sal_Char* pImplementationName,
                     void* pServiceManager,
diff --git a/connectivity/source/drivers/ado/exports.dxp b/connectivity/source/drivers/ado/exports.dxp
index 7003307..f0e1c69 100755
--- a/connectivity/source/drivers/ado/exports.dxp
+++ b/connectivity/source/drivers/ado/exports.dxp
@@ -1 +1,2 @@
+component_getImplementationEnvironment
 component_getFactory


More information about the Libreoffice-commits mailing list