diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-20 01:29:56 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-20 01:33:42 +0100 |
commit | 4757ed435519b660d6e7922006a630f23bfedd5d (patch) | |
tree | b486721b2602da91be77098cf18238f778e05f73 /offapi | |
parent | 3e1c7d12eeefdfc50b842fe34f3db657292359b9 (diff) |
winaccessibility: XMSAAService could only work on 32-bit
... so replace all long with hyper to fit in 64-bit pointers.
Change-Id: Ia5c044e8d7cc8c4e55f1ef8c0fb0f91bb9a69e1c
Diffstat (limited to 'offapi')
-rw-r--r--[-rwxr-xr-x] | offapi/com/sun/star/accessibility/XMSAAService.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/accessibility/XMSAAService.idl b/offapi/com/sun/star/accessibility/XMSAAService.idl index 54c12d3048b6..3b9773e129b6 100755..100644 --- a/offapi/com/sun/star/accessibility/XMSAAService.idl +++ b/offapi/com/sun/star/accessibility/XMSAAService.idl @@ -39,9 +39,9 @@ interface XMSAAService : ::com::sun::star::uno::XInterface @see AccessibleContext */ - long getAccObjectPtr ([in] long hWnd, [in] long lParam, [in] long wParam); + hyper getAccObjectPtr([in] hyper hWnd, [in] hyper lParam, [in] hyper wParam); - void handleWindowOpened ([in] long i); + void handleWindowOpened([in] hyper i); }; }; }; }; }; |