summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/edtwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/docvw/edtwin.cxx')
-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 0ac4bfcd752e..4acc232c058e 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -2516,7 +2516,7 @@ KEYINPUT_CHECKTABLE_INSDEL:
case KS_NextObject:
case KS_PrevObject:
- if(rSh.GotoObj( KS_NextObject == eKeyState, GOTOOBJ_GOTO_ANY))
+ if(rSh.GotoObj( KS_NextObject == eKeyState, GotoObjFlags::Any))
{
if( rSh.IsFrmSelected() &&
m_rView.GetDrawFuncPtr() )