summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-18 12:22:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-18 12:22:20 +0000
commit2fa8fa89d4d028312d2dd9fe877a57a0ce272bcd (patch)
tree675db5720023020458583c7cbe0c8e856119a97c /dbaccess
parent20687efb5fcdaca2795347af2337d03aa5bbe7df (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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/TableWindowListBox.hxx b/dbaccess/source/ui/inc/TableWindowListBox.hxx
index 205322d6a..5e84b166e 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;