summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/fillhatchprimitive2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/primitive2d/fillhatchprimitive2d.cxx')
-rw-r--r--drawinglayer/source/primitive2d/fillhatchprimitive2d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/primitive2d/fillhatchprimitive2d.cxx b/drawinglayer/source/primitive2d/fillhatchprimitive2d.cxx
index 77e53a42cdc1..fdcc7c1cd90b 100644
--- a/drawinglayer/source/primitive2d/fillhatchprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/fillhatchprimitive2d.cxx
@@ -71,7 +71,7 @@ namespace drawinglayer
aHatch.appendTransformations(aMatrices);
- SAL_FALLTHROUGH;
+ [[fallthrough]];
}
case attribute::HatchStyle::Double:
{
@@ -84,7 +84,7 @@ namespace drawinglayer
aHatch.appendTransformations(aMatrices);
- SAL_FALLTHROUGH;
+ [[fallthrough]];
}
case attribute::HatchStyle::Single:
{