diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-12-07 22:52:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-08 09:43:46 +0100 |
commit | 5eac2e6bcc11c1a30cb29d2f1e0289e15e8f1d05 (patch) | |
tree | 98ca16dc52ac731403a09a4be8afee1703c29cd9 /canvas/source/vcl | |
parent | 8a4d80bc001483e14945d87118e53f1518a434e8 (diff) |
Remove misguided FALLTHROUGH comments
...between adjacent switch labels without any intervening statements
Change-Id: Ieb8a0d9f71ea4382b5f7d005cdf7111d06aeb5d0
Reviewed-on: https://gerrit.libreoffice.org/64789
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'canvas/source/vcl')
-rw-r--r-- | canvas/source/vcl/canvashelper.cxx | 1 | ||||
-rw-r--r-- | canvas/source/vcl/canvashelper_texturefill.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/canvas/source/vcl/canvashelper.cxx b/canvas/source/vcl/canvashelper.cxx index 282af010aa96..e913dfa667bf 100644 --- a/canvas/source/vcl/canvashelper.cxx +++ b/canvas/source/vcl/canvashelper.cxx @@ -579,7 +579,6 @@ namespace vclcanvas switch( textDirection ) { case rendering::TextDirection::WEAK_LEFT_TO_RIGHT: - // FALLTHROUGH intended case rendering::TextDirection::STRONG_LEFT_TO_RIGHT: nLayoutMode |= ComplexTextLayoutFlags::BiDiStrong; nLayoutMode |= ComplexTextLayoutFlags::TextOriginLeft; diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl/canvashelper_texturefill.cxx index c29fa6f3f12d..cdbceba7cff2 100644 --- a/canvas/source/vcl/canvashelper_texturefill.cxx +++ b/canvas/source/vcl/canvashelper_texturefill.cxx @@ -418,7 +418,6 @@ namespace vclcanvas break; case ::canvas::ParametricPolyPolygon::GradientType::Elliptical: - // FALLTHROUGH intended case ::canvas::ParametricPolyPolygon::GradientType::Rectangular: fillPolygonalGradient( rOutDev, rTextureTransform, |