summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/polygon/b2dlinegeometry.cxx2
-rw-r--r--basegfx/source/polygon/b2dsvgpolypolygon.cxx17
2 files changed, 9 insertions, 10 deletions
diff --git a/basegfx/source/polygon/b2dlinegeometry.cxx b/basegfx/source/polygon/b2dlinegeometry.cxx
index c62fbe7b23d9..2ec9d77a5ff2 100644
--- a/basegfx/source/polygon/b2dlinegeometry.cxx
+++ b/basegfx/source/polygon/b2dlinegeometry.cxx
@@ -757,7 +757,7 @@ namespace basegfx
}
else
{
- // wanted fall-through to default
+ SAL_FALLTHROUGH; // wanted fall-through to default
}
}
default: // B2DLineJoin::Bevel
diff --git a/basegfx/source/polygon/b2dsvgpolypolygon.cxx b/basegfx/source/polygon/b2dsvgpolypolygon.cxx
index 25773e7fac40..86bafd576fbc 100644
--- a/basegfx/source/polygon/b2dsvgpolypolygon.cxx
+++ b/basegfx/source/polygon/b2dsvgpolypolygon.cxx
@@ -109,8 +109,7 @@ namespace basegfx
o_rPolyPolygon.append(aCurrPoly);
aCurrPoly.clear();
}
-
- // FALLTHROUGH intended to add coordinate data as 1st point of new polygon
+ SAL_FALLTHROUGH; // to add coordinate data as 1st point of new polygon
}
case 'l' :
case 'L' :
@@ -150,7 +149,7 @@ namespace basegfx
case 'h' :
{
bRelative = true;
- // FALLTHROUGH intended
+ SAL_FALLTHROUGH;
}
case 'H' :
{
@@ -180,7 +179,7 @@ namespace basegfx
case 'v' :
{
bRelative = true;
- // FALLTHROUGH intended
+ SAL_FALLTHROUGH;
}
case 'V' :
{
@@ -210,7 +209,7 @@ namespace basegfx
case 's' :
{
bRelative = true;
- // FALLTHROUGH intended
+ SAL_FALLTHROUGH;
}
case 'S' :
{
@@ -269,7 +268,7 @@ namespace basegfx
case 'c' :
{
bRelative = true;
- // FALLTHROUGH intended
+ SAL_FALLTHROUGH;
}
case 'C' :
{
@@ -319,7 +318,7 @@ namespace basegfx
case 'q' :
{
bRelative = true;
- // FALLTHROUGH intended
+ SAL_FALLTHROUGH;
}
case 'Q' :
{
@@ -370,7 +369,7 @@ namespace basegfx
case 't' :
{
bRelative = true;
- // FALLTHROUGH intended
+ SAL_FALLTHROUGH;
}
case 'T' :
{
@@ -444,7 +443,7 @@ namespace basegfx
case 'a' :
{
bRelative = true;
- // FALLTHROUGH intended
+ SAL_FALLTHROUGH;
}
case 'A' :
{