[Libreoffice-commits] .: connectivity/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 8 13:22:47 PST 2012
connectivity/source/drivers/jdbc/jservices.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 732e9ff2bada3f8f9db5f39da832e6f98182978e
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Nov 8 21:42:46 2012 +0100
connectivity: fix re-introduced bug fdo 35023
regression from f42a9309760565d24619bad9ee1f5561ce89c14b
which forgot to adapt getImplementationEnvironment to new prefix
Change-Id: If5a6f804b8f9f91e22f093a76f6b81a2b62991ab
diff --git a/connectivity/source/drivers/jdbc/jservices.cxx b/connectivity/source/drivers/jdbc/jservices.cxx
index 8ad3d81..2d29006 100644
--- a/connectivity/source/drivers/jdbc/jservices.cxx
+++ b/connectivity/source/drivers/jdbc/jservices.cxx
@@ -75,7 +75,7 @@ struct ProviderRequest
};
extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL
-component_getImplementationEnvironment(
+jdbc_component_getImplementationEnvironment(
char const ** ppEnvTypeName, uno_Environment **)
{
// Recent Java 6 VMs make calls to JNI Attach/DetachCurrentThread (which
More information about the Libreoffice-commits
mailing list