summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-12 10:38:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-12 10:38:58 +0200
commit8d711b2dfdd552e1210eb92091317da27fa7a1b8 (patch)
tree5f19bbd01ad9bf853e756dd67fe863a332cb9629 /vcl/quartz
parent899e8cedd7679dcd3cf26a6268a37dedcf66433d (diff)
Missing SAL_FALLTHROUGH (see comment above)
Change-Id: I25d7c76462699e0f206e622841744fef9527108b
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/ctfonts.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/quartz/ctfonts.cxx b/vcl/quartz/ctfonts.cxx
index 724f8c7cb585..5f4347bff585 100644
--- a/vcl/quartz/ctfonts.cxx
+++ b/vcl/quartz/ctfonts.cxx
@@ -181,6 +181,7 @@ static void MyCGPathApplierFunc( void* pData, const CGPathElement* pElement )
{
break;
}
+ SAL_FALLTHROUGH;
case kCGPathElementAddLineToPoint:
rPolygon.append( basegfx::B2DPoint( +pElement->points[0].x, -pElement->points[0].y ) );
break;