summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-22 12:59:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-08-22 15:38:38 +0200
commitc32c82e2e89e9efcd922da81918c6915829dc632 (patch)
treef3b8a62e9fa31d163bde21a0b74154b1aa641c11 /sd
parent4555be3b51c7f48074441ba789df31e7920aa812 (diff)
BOOST_FALLTHROUGH->[[fallthrough]];
Change-Id: I7f43cbd83125ad7f2822f073dde5aa31f164832a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120841 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/drviews3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews3.cxx b/sd/source/ui/view/drviews3.cxx
index bf8483c15596..158aacd1dad2 100644
--- a/sd/source/ui/view/drviews3.cxx
+++ b/sd/source/ui/view/drviews3.cxx
@@ -123,7 +123,7 @@ void DrawViewShell::ExecCtrl(SfxRequest& rReq)
if (!bAllowFocusChange)
break;
}
- BOOST_FALLTHROUGH;
+ [[fallthrough]];
default:
if ( mpDrawView->IsTextEdit() )
{