diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-08 11:49:29 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-08 11:49:29 +0100 |
commit | 6783aa1b25720bcd78ce11c6428dee3becd24340 (patch) | |
tree | 5159fc79c62435c573d502cb48c7043fa3a8f3e4 /dbaccess/source/ui/inc/sbagrid.hxx | |
parent | 0dbcc3e078e157f33dff29fc707cef4e22ec2f22 (diff) | |
parent | 40b467cbda2df572038376e88f9d9fced39e5c0b (diff) |
CWS gnumake3: pull in cws removetooltypes01
Diffstat (limited to 'dbaccess/source/ui/inc/sbagrid.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/sbagrid.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/sbagrid.hxx b/dbaccess/source/ui/inc/sbagrid.hxx index eac973230d20..04cbd9afbf8b 100644 --- a/dbaccess/source/ui/inc/sbagrid.hxx +++ b/dbaccess/source/ui/inc/sbagrid.hxx @@ -259,7 +259,7 @@ namespace dbaui sal_Int32 m_nAsyncDropEvent; - USHORT m_nCurrentActionColId; + sal_uInt16 m_nCurrentActionColId; // ui actions (e.g. a context menu) may be performed on columns which aren't the current one // and aren't selected, so we have to track this column id |