sd/source/ui/view/drviews3.cxx | 2 +- sw/source/core/tox/txmsrt.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit c32c82e2e89e9efcd922da81918c6915829dc632 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sun Aug 22 12:59:49 2021 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sun Aug 22 15:38:38 2021 +0200 BOOST_FALLTHROUGH->[[fallthrough]]; Change-Id: I7f43cbd83125ad7f2822f073dde5aa31f164832a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120841 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> 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() ) { diff --git a/sw/source/core/tox/txmsrt.cxx b/sw/source/core/tox/txmsrt.cxx index ebe5e18a7952..6819aeb8b197 100644 --- a/sw/source/core/tox/txmsrt.cxx +++ b/sw/source/core/tox/txmsrt.cxx @@ -571,7 +571,7 @@ TextAndReading SwTOXPara::GetText_Impl(SwRootFrame const*const pLayout) const : ExpandMode(0)), OUString()); } - BOOST_FALLTHROUGH; + [[fallthrough]]; case SwTOXElement::Template: case SwTOXElement::OutlineLevel: {