diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-12 08:15:34 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-13 08:54:41 +0200 |
commit | 4c27e84145fc8546b180b81c15f58d2382779ac9 (patch) | |
tree | 7e0067927997c673301fd7f657b5b6205c2ec088 /svtools | |
parent | 670b7ade84ec972d831055349e2bdbc2b1218955 (diff) |
convert ENDTRACK_ constants to scoped enum
Change-Id: Iaccd9c3be1ae24f7f9861f9049cd5b52f155170f
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/valueset.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx index 75882c4fb81e..b2c84dde2f39 100644 --- a/svtools/source/control/valueset.cxx +++ b/svtools/source/control/valueset.cxx @@ -2104,7 +2104,7 @@ void ValueSet::EndSelection() if ( mbHighlight ) { if ( IsTracking() ) - EndTracking( ENDTRACK_CANCEL ); + EndTracking( TrackingEventFlags::Cancel ); ImplHighlightItem( mnSelItemId ); mbHighlight = false; |