summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/drwbassh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/drwbassh.cxx')
-rw-r--r--sw/source/uibase/shells/drwbassh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/shells/drwbassh.cxx b/sw/source/uibase/shells/drwbassh.cxx
index 6c77a0dc1eab..c5319f7ac065 100644
--- a/sw/source/uibase/shells/drwbassh.cxx
+++ b/sw/source/uibase/shells/drwbassh.cxx
@@ -501,14 +501,14 @@ void SwDrawBaseShell::Execute(SfxRequest const &rReq)
case FN_FRAME_UP:
bTopParam = false;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case SID_FRAME_TO_TOP:
pSh->SelectionToTop( bTopParam );
break;
case FN_FRAME_DOWN:
bBottomParam = false;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case SID_FRAME_TO_BOTTOM:
pSh->SelectionToBottom( bBottomParam );
break;