Use SAL_FALLTHROUGH where intended

As discussed on IRC:
<alg> sberg: intended - double includes the lines from single, aka triple
<alg> sberg: Okay, please add comments there. I was referring to
 FillHatchPrimitive2D::create2DDecomposition where the same switch is used

Change-Id: Ie007bdb54a56ead1b9139451d20f2ea6aa7e6f20
This commit is contained in:
Stephan Bergmann
2016-05-11 11:33:31 +02:00
parent 42ea4312c0
commit a4f9fce47b

View File

@@ -150,6 +150,8 @@ namespace drawinglayer
fAngle - F_PI4);
aHatch.appendTransformations(aMatrices);
SAL_FALLTHROUGH;
}
case attribute::HATCHSTYLE_DOUBLE:
{
@@ -161,6 +163,8 @@ namespace drawinglayer
fAngle - F_PI2);
aHatch.appendTransformations(aMatrices);
SAL_FALLTHROUGH;
}
case attribute::HATCHSTYLE_SINGLE:
{