summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShape2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShape2d.cxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShape2d.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx
index eed455440237..1b1312aff615 100644
--- a/svx/source/customshapes/EnhancedCustomShape2d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx
@@ -1574,7 +1574,7 @@ void EnhancedCustomShape2d::CreateSubPath(
}
aNewB2DPolygon.clear();
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
}
case ANGLEELLIPSETO :
{
@@ -1756,7 +1756,7 @@ void EnhancedCustomShape2d::CreateSubPath(
aNewB2DPolygon.clear();
- SAL_FALLTHROUGH;
+ [[fallthrough]];
}
case ARCTO :
case CLOCKWISEARCTO :
@@ -2059,7 +2059,7 @@ static void CorrectCalloutArrows(
case mso_sptAccentCallout2 :
case mso_sptAccentBorderCallout2 :
bAccent = true;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case mso_sptCallout2 :
case mso_sptBorderCallout2 :
{