summaryrefslogtreecommitdiff
path: root/vcl/source/window/wrkwin.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-22 15:25:59 +0200
committerNoel Grandin <noel@peralex.com>2015-05-25 10:32:24 +0200
commit4de86ac0c62b446426136b620cfd65d088c51cd8 (patch)
tree2b2118247af23b7780550ce6f53ef497ab332a9c /vcl/source/window/wrkwin.cxx
parent65be8fd0f7f30eaca4fbc35e3fdc9cb7763cb44d (diff)
convert ACTIVATE_MODE constants to scoped enum
Change-Id: Ica20e033d5cde8a0c18eff51c63c66e6a3845fd0
Diffstat (limited to 'vcl/source/window/wrkwin.cxx')
-rw-r--r--vcl/source/window/wrkwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/wrkwin.cxx b/vcl/source/window/wrkwin.cxx
index 136adc859d84..78d0b24951dd 100644
--- a/vcl/source/window/wrkwin.cxx
+++ b/vcl/source/window/wrkwin.cxx
@@ -64,7 +64,7 @@ void WorkWindow::ImplInit( vcl::Window* pParent, WinBits nStyle, SystemParentDat
pSVData->maWinData.mpAppWin = this;
}
- SetActivateMode( ACTIVATE_MODE_GRABFOCUS );
+ SetActivateMode( ActivateModeFlags::GrabFocus );
}
void WorkWindow::ImplInit( vcl::Window* pParent, WinBits nStyle, const ::com::sun::star::uno::Any& aSystemWorkWindowToken )