summaryrefslogtreecommitdiff
path: root/sc/source/core/data/attrib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/attrib.cxx')
-rw-r--r--sc/source/core/data/attrib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/attrib.cxx b/sc/source/core/data/attrib.cxx
index 2f96cab2ab58..43cb67ecd91d 100644
--- a/sc/source/core/data/attrib.cxx
+++ b/sc/source/core/data/attrib.cxx
@@ -532,7 +532,7 @@ bool ScViewObjectModeItem::GetPresentation
default: break;
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case SfxItemPresentation::Nameless:
if (GetValue() == VOBJ_MODE_SHOW)
rText += ScResId(STR_VOBJ_MODE_SHOW);