diff options
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); }; }; }; }; }; |