[Libreoffice-commits] core.git: accessibility/bridge
Fridrich Å trba
fridrich.strba at bluewin.ch
Wed Jul 17 06:42:46 PDT 2013
accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f7024571be935d3ed7549325cf35eac29df1711f
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Wed Jul 17 15:41:38 2013 +0200
Fix mingw64 build of accessibility
Change-Id: Ief6a4fe62ceb5bf3bd90530db622c7c178e7430e
diff --git a/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx b/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx
index 096138a..e99d51c 100644
--- a/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx
+++ b/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx
@@ -268,7 +268,7 @@ void handleWindowEvent(Window * pWindow, bool bShow)
// the event listener would not have been attached.
pJNIEnv->CallStaticVoidMethod(g_jcWindowsAccessBridgeAdapter,
(bShow) ? g_jmRegisterTopWindow : g_jmRevokeTopWindow,
- (jint) GetHWND(pWindow), joXAccessible );
+ (jclass) GetHWND(pWindow), joXAccessible );
// Clear any exception that might have been occurred.
if (pJNIEnv->ExceptionCheck()) {
More information about the Libreoffice-commits
mailing list