Application::PostUserEvent returns a pointer dressed as sal_uLong
Change-Id: Ia5ca45e35766a7cebf0b53bcac1bd9dff29ad6ea
This commit is contained in:
parent
7c5e0e714f
commit
ce53796bfa
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ namespace dbaui
|
|||
::svx::ODataAccessDescriptor m_aDataDescriptor;
|
||||
SbaGridListener* m_pMasterListener;
|
||||
|
||||
sal_Int32 m_nAsyncDropEvent;
|
||||
sal_uLong m_nAsyncDropEvent;
|
||||
|
||||
sal_uInt16 m_nCurrentActionColId;
|
||||
// ui actions (e.g. a context menu) may be performed on columns which aren't the current one
|
||||
|
|
Loading…
Reference in a new issue