Kaydet (Commit) 450f6a17 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: C4245: 'argument' : conversion from 'int' to 'unsigned short'

Change-Id: I2631ff653377b58dde5ae135571fd669cfbf9d30
üst 37ecf082
...@@ -78,7 +78,7 @@ void AccTopWindowListener::HandleWindowOpened( com::sun::star::accessibility::XA ...@@ -78,7 +78,7 @@ void AccTopWindowListener::HandleWindowOpened( com::sun::star::accessibility::XA
AddAllListeners(pAccessible,NULL,(HWND)systemdata->hWnd); AddAllListeners(pAccessible,NULL,(HWND)systemdata->hWnd);
if( window->GetStyle() & WB_MOVEABLE ) if( window->GetStyle() & WB_MOVEABLE )
accManagerAgent.IncreaseState( pAccessible, -1 /* U_MOVEBLE */ ); accManagerAgent.IncreaseState( pAccessible, (unsigned short) -1 /* U_MOVEBLE */ );
short role = pAccessibleContext->getAccessibleRole(); short role = pAccessibleContext->getAccessibleRole();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment