diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-08 21:42:46 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-08 22:20:58 +0100 |
commit | 732e9ff2bada3f8f9db5f39da832e6f98182978e (patch) | |
tree | 2663fd3df657e84f6b1fb1e3b5e4122de484cce2 /connectivity | |
parent | 87003581c0cf1068172259c8b9949349fe7ff6b5 (diff) |
connectivity: fix re-introduced bug fdo 35023
regression from f42a9309760565d24619bad9ee1f5561ce89c14b
which forgot to adapt getImplementationEnvironment to new prefix
Change-Id: If5a6f804b8f9f91e22f093a76f6b81a2b62991ab
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/jdbc/jservices.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/jdbc/jservices.cxx b/connectivity/source/drivers/jdbc/jservices.cxx index 8ad3d81c1fa1..2d29006d7d61 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 |