summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/TableWindowListBox.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:19:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:19:44 +0000
commit3aa3486ff8b2598c87c1c63238d9498a60896d4c (patch)
tree23f738f12635c2f3e209a2afa5db3969a44d620f /dbaccess/source/ui/inc/TableWindowListBox.hxx
parentINTEGRATION: CWS dba24b (1.2.306); FILE MERGED (diff)
downloadcore-3aa3486ff8b2598c87c1c63238d9498a60896d4c.tar.gz
core-3aa3486ff8b2598c87c1c63238d9498a60896d4c.zip
INTEGRATION: CWS dba24b (1.9.180); FILE MERGED
2007/10/16 08:31:59 oj 1.9.180.1: #i56898# post 2nd user event
Diffstat (limited to 'dbaccess/source/ui/inc/TableWindowListBox.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableWindowListBox.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/TableWindowListBox.hxx b/dbaccess/source/ui/inc/TableWindowListBox.hxx
index 839672bcbb61..3468be854628 100644
--- a/dbaccess/source/ui/inc/TableWindowListBox.hxx
+++ b/dbaccess/source/ui/inc/TableWindowListBox.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TableWindowListBox.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 03:14:35 $
+ * last change: $Author: hr $ $Date: 2007-11-01 15:19:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -72,12 +72,14 @@ namespace dbaui
DECL_LINK( ScrollUpHdl, SvTreeListBox* );
DECL_LINK( ScrollDownHdl, SvTreeListBox* );
DECL_LINK( DropHdl, void* );
+ DECL_LINK( LookForUiHdl, void* );
Timer m_aScrollTimer;
Point m_aMousePos;
OTableWindow* m_pTabWin;
sal_Int32 m_nDropEvent;
+ sal_Int32 m_nUiEvent;
OJoinDropData m_aDropInfo;
BOOL m_bReallyScrolled : 1;