diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-22 12:59:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-22 15:38:38 +0200 |
commit | c32c82e2e89e9efcd922da81918c6915829dc632 (patch) | |
tree | f3b8a62e9fa31d163bde21a0b74154b1aa641c11 /sd | |
parent | 4555be3b51c7f48074441ba789df31e7920aa812 (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.cxx | 2 |
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() ) { |