summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-12 08:15:34 +0200
committerNoel Grandin <noel@peralex.com>2015-05-13 08:54:41 +0200
commit4c27e84145fc8546b180b81c15f58d2382779ac9 (patch)
tree7e0067927997c673301fd7f657b5b6205c2ec088 /dbaccess
parent670b7ade84ec972d831055349e2bdbc2b1218955 (diff)
convert ENDTRACK_ constants to scoped enum
Change-Id: Iaccd9c3be1ae24f7f9861f9049cd5b52f155170f
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/browser/sbagrid.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx
index d9537a80ebb8..c2509dcd00cd 100644
--- a/dbaccess/source/ui/browser/sbagrid.cxx
+++ b/dbaccess/source/ui/browser/sbagrid.cxx
@@ -599,7 +599,7 @@ bool SbaGridHeader::ImplStartColumnDrag(sal_Int8 _nAction, const Point& _rMouseP
if (!bResizingCol)
{
// force the base class to end it's drag mode
- EndTracking(ENDTRACK_CANCEL | ENDTRACK_END);
+ EndTracking(TrackingEventFlags::Cancel | TrackingEventFlags::End);
// because we have 3d-buttons the select handler is called from MouseButtonUp, but StartDrag
// occurs earlier (while the mouse button is down)