diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-11 16:03:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-11 16:03:05 +0200 |
commit | 8a1440cf04e621798f3e4319c6023e8b4aa08c45 (patch) | |
tree | 68a77725e6e97191c09d44b037b16ede6ecd2c17 /sd | |
parent | 3c8f49d7f8d70282236bf4f3d6b5a700e169f8e8 (diff) |
Add SAL_FALLTHROUGH, where apparently appropriate
Change-Id: I34629f1f4c77aaf12bb9b668b24f98e8d3e8eaef
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/epptso.cxx | 1 | ||||
-rw-r--r-- | sd/source/filter/eppt/pptx-text.cxx | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index ad80de73a95a..97c02fcfc49a 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -3228,6 +3228,7 @@ void PPTWriter::ImplWritePage( const PHLayout& rLayout, EscherSolverContainer& a { if ( nPlaceHolderAtom < 19 ) break; + SAL_FALLTHROUGH; } case EPP_PLACEHOLDER_NOTESBODY : case EPP_PLACEHOLDER_MASTERDATE : diff --git a/sd/source/filter/eppt/pptx-text.cxx b/sd/source/filter/eppt/pptx-text.cxx index f6f533dd5d10..49c1addd42d0 100644 --- a/sd/source/filter/eppt/pptx-text.cxx +++ b/sd/source/filter/eppt/pptx-text.cxx @@ -932,6 +932,8 @@ void ParagraphObj::ImplGetNumberingLevel( PPTExBulletProvider* pBuProv, sal_Int1 { nParaFlags |= 0x90; // we define the font and charset } + + SAL_FALLTHROUGH; } case SVX_NUM_CHARS_UPPER_LETTER : // count from a-z, aa - az, ba - bz, ... case SVX_NUM_CHARS_LOWER_LETTER : |