summaryrefslogtreecommitdiff
path: root/vcl/source/window/event.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-25 10:30:37 +0200
committerNoel Grandin <noel@peralex.com>2015-05-25 10:32:24 +0200
commitc7efb51e31a4eea48ffed291e5c7fb907b1811e4 (patch)
tree86603c3d873648b701c357506bcd23993e97807e /vcl/source/window/event.cxx
parent4de86ac0c62b446426136b620cfd65d088c51cd8 (diff)
convert TOTOP constants to scoped enum
Change-Id: I85ba631ba298f1034dc5b6a04a5ff3d509c41bcb
Diffstat (limited to 'vcl/source/window/event.cxx')
-rw-r--r--vcl/source/window/event.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/event.cxx b/vcl/source/window/event.cxx
index 0c201b9b0c37..c5dfc892a727 100644
--- a/vcl/source/window/event.cxx
+++ b/vcl/source/window/event.cxx
@@ -158,7 +158,7 @@ bool Window::Notify( NotifyEvent& rNEvt )
* would not notice any change since "this" already has the focus.
*/
if( pWrapper->IsFloatingMode() )
- ToTop( TOTOP_GRABFOCUSONLY );
+ ToTop( ToTopFlags::GrabFocusOnly );
return true;
}
}