summaryrefslogtreecommitdiff
path: root/svx/source/items/rotmodit.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items/rotmodit.cxx')
-rw-r--r--svx/source/items/rotmodit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/items/rotmodit.cxx b/svx/source/items/rotmodit.cxx
index 11c76c6aceb7..e586fa0b7324 100644
--- a/svx/source/items/rotmodit.cxx
+++ b/svx/source/items/rotmodit.cxx
@@ -75,7 +75,7 @@ bool SvxRotateModeItem::GetPresentation(
{
case SFX_ITEM_PRESENTATION_COMPLETE:
rText += "...: ";
-// break; // FALL THROUGH!!!
+ SAL_FALLTHROUGH; // break; // FALL THROUGH!!!
case SFX_ITEM_PRESENTATION_NAMELESS:
rText += OUString( sal_Unicode(GetValue()) );