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 | |
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>
-rw-r--r-- | sd/source/ui/view/drviews3.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/tox/txmsrt.cxx | 2 |
2 files changed, 2 insertions, 2 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() ) { 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: { |