diff options
-rw-r--r-- | dbaccess/source/ui/inc/TableWindowListBox.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/TableWindowListBox.hxx b/dbaccess/source/ui/inc/TableWindowListBox.hxx index 6e87c07bb370..de1896e7a4ef 100644 --- a/dbaccess/source/ui/inc/TableWindowListBox.hxx +++ b/dbaccess/source/ui/inc/TableWindowListBox.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: TableWindowListBox.hxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -73,8 +73,8 @@ namespace dbaui Point m_aMousePos; OTableWindow* m_pTabWin; - sal_Int32 m_nDropEvent; - sal_Int32 m_nUiEvent; + ULONG m_nDropEvent; + ULONG m_nUiEvent; OJoinDropData m_aDropInfo; BOOL m_bReallyScrolled : 1; |