diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-18 12:22:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-18 12:22:20 +0000 |
commit | e3151c73cb357eab0773b47ca4e527c1d133c292 (patch) | |
tree | 8a1b9e282c9769b0bf2098057a238751bd41ddb8 /dbaccess | |
parent | a3ba53b7730788e3598ecc4a35e0dfcf2257a995 (diff) |
INTEGRATION: CWS cmcfixes48 (1.11.66); FILE MERGED
2008/07/30 14:31:42 cmc 1.11.66.1: #i92285# UserEvents are ULONGs
Diffstat (limited to 'dbaccess')
-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; |