From 4757ed435519b660d6e7922006a630f23bfedd5d Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 20 Nov 2013 01:29:56 +0100 Subject: winaccessibility: XMSAAService could only work on 32-bit ... so replace all long with hyper to fit in 64-bit pointers. Change-Id: Ia5c044e8d7cc8c4e55f1ef8c0fb0f91bb9a69e1c --- winaccessibility/inc/AccObjectWinManager.hxx | 2 +- winaccessibility/inc/g_msacc.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'winaccessibility/inc') diff --git a/winaccessibility/inc/AccObjectWinManager.hxx b/winaccessibility/inc/AccObjectWinManager.hxx index 046e83e9cd23..2b2055822b02 100644 --- a/winaccessibility/inc/AccObjectWinManager.hxx +++ b/winaccessibility/inc/AccObjectWinManager.hxx @@ -103,7 +103,7 @@ public: sal_Bool NotifyAccEvent( com::sun::star::accessibility::XAccessible* pXAcc,short state = 0 ); - long Get_ToATInterface( HWND hWnd, long lParam, long wParam); + LPARAM Get_ToATInterface(HWND hWnd, long lParam, WPARAM wParam); void DecreaseState( com::sun::star::accessibility::XAccessible* pXAcc,unsigned short pState ); void IncreaseState( com::sun::star::accessibility::XAccessible* pXAcc,unsigned short pState ); diff --git a/winaccessibility/inc/g_msacc.hxx b/winaccessibility/inc/g_msacc.hxx index d700249a9bb3..9f851bf42622 100644 --- a/winaccessibility/inc/g_msacc.hxx +++ b/winaccessibility/inc/g_msacc.hxx @@ -21,8 +21,8 @@ #define __G_MSACC_HXX extern void FreeTopWindowListener(); -extern void handleWindowOpened_impl( long pAcc ); -extern long GetMSComPtr( long hWnd, long lParam, long wParam ); +extern void handleWindowOpened_impl(sal_Int64 pAcc); +extern sal_Int64 GetMSComPtr(sal_Int64 hWnd, sal_Int64 lParam, sal_Int64 wParam); extern AccTopWindowListener* g_pTop; -- cgit v1.2.3