[Libreoffice-commits] core.git: vcl/quartz

Stephan Bergmann sbergman at redhat.com
Thu May 12 08:39:26 UTC 2016


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

New commits:
commit 8d711b2dfdd552e1210eb92091317da27fa7a1b8
Author: Stephan Bergmann <sbergman at 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;


More information about the Libreoffice-commits mailing list