summaryrefslogtreecommitdiff
path: root/svx/source/items
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items')
-rw-r--r--svx/source/items/numfmtsh.cxx2
-rw-r--r--svx/source/items/rotmodit.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx
index cb68b9be56b7..1fb809379a6c 100644
--- a/svx/source/items/numfmtsh.cxx
+++ b/svx/source/items/numfmtsh.cxx
@@ -105,7 +105,7 @@ SvxNumberFormatShell::SvxNumberFormatShell(SvNumberFormatter* pNumFormatter, sal
{
nValNum = GetDefaultValNum(pFormatter->GetType(nCurFormatKey));
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case SvxNumberValueType::Undefined:
default:
aValStr.clear();
diff --git a/svx/source/items/rotmodit.cxx b/svx/source/items/rotmodit.cxx
index b1f21a131517..bf147b2aa2d6 100644
--- a/svx/source/items/rotmodit.cxx
+++ b/svx/source/items/rotmodit.cxx
@@ -74,7 +74,7 @@ bool SvxRotateModeItem::GetPresentation(
{
case SfxItemPresentation::Complete:
rText += "...: ";
- SAL_FALLTHROUGH; // break; // FALL THROUGH!!!
+ [[fallthrough]]; // break; // FALL THROUGH!!!
case SfxItemPresentation::Nameless:
rText += OUStringLiteral1( GetValue() );