summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-26 15:22:10 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-05 22:08:43 -0500
commite7ac68cb96dbed66a7994dfd05d7de92767226a5 (patch)
tree23086fae817185db6be0b6ccbb54fbf8becb4732 /sw
parent7212033b4c0fb05996ce4a2bc39fad0d0acc4d48 (diff)
convert WINDOW_DLGCTRL flags to scoped enum
Change-Id: I6c3a95cdcb15e5b1d4adb13908a751b06a302e20 (cherry picked from commit 9e3b1236b68069016d646b5682ce541335b5340c)
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 49d62458e65f..f48d535dfbba 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -5012,7 +5012,7 @@ SwEditWin::SwEditWin(vcl::Window *pParent, SwView &rMyView):
{
SetHelpId(HID_EDIT_WIN);
EnableChildTransparentMode();
- SetDialogControlFlags( WINDOW_DLGCTRL_RETURN | WINDOW_DLGCTRL_WANTFOCUS );
+ SetDialogControlFlags( DialogControlFlags::Return | DialogControlFlags::WantFocus );
m_bMBPressed = m_bInsDraw = m_bInsFrm =
m_bIsInDrag = m_bOldIdle = m_bOldIdleSet = m_bChainMode = m_bWasShdwCrsr = false;