summaryrefslogtreecommitdiff
path: root/svx/source/customshapes
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-10 17:05:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-10 17:05:32 +0200
commit3dfcfdb9ed32c2fff3a3df510e289db7697cdce1 (patch)
treec4d9518ff185b8c636b40873421ccf9f75470062 /svx/source/customshapes
parent03f440c379a03500a40cc34097c68a150d7a226d (diff)
Add SAL_FALLTHROUGH, where apparently appropriate
Change-Id: I8a42f027d4970fe31c0e713d1402668499c8dda7
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r--svx/source/customshapes/EnhancedCustomShape2d.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx
index a7d514fbe756..f263ac8469ae 100644
--- a/svx/source/customshapes/EnhancedCustomShape2d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx
@@ -1498,6 +1498,7 @@ void EnhancedCustomShape2d::CreateSubPath( sal_uInt16& rSrcPt, sal_uInt16& rSegm
}
aNewB2DPolygon.clear();
}
+ SAL_FALLTHROUGH;
}
case ANGLEELLIPSETO :
{
@@ -1704,6 +1705,8 @@ void EnhancedCustomShape2d::CreateSubPath( sal_uInt16& rSrcPt, sal_uInt16& rSegm
}
aNewB2DPolygon.clear();
+
+ SAL_FALLTHROUGH;
}
case ARCTO :
case CLOCKWISEARCTO :