vcl/quartz/ctfonts.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8d711b2dfdd552e1210eb92091317da27fa7a1b8
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu May 12 10:38:58 2016 +0200

    Missing SAL_FALLTHROUGH (see comment above)
    
    Change-Id: I25d7c76462699e0f206e622841744fef9527108b

diff --git a/vcl/quartz/ctfonts.cxx b/vcl/quartz/ctfonts.cxx
index 724f8c7..5f4347b 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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to