diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-11 16:38:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-11 16:39:03 +0200 |
commit | 315aebd9706fde5c8d4a4b6d1f5587edf5607671 (patch) | |
tree | f919fa1bd600e2d6bbe0d22c442912a05a469e6f /sw/source | |
parent | c4af0759048c38dce6f6b64cf50b40341032b023 (diff) |
Looks like SAL_FALLTHROUGH is intended here
...given 3006acbabc363af9dfe7deab11759678ababb7b9 "New: Vertical flag"
Change-Id: I99c89017f43aeb6f7cf2808dffc498b99d8765fc
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/text/txtfrm.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/text/txtfrm.cxx b/sw/source/core/text/txtfrm.cxx index 0315849dd654..5e47bf635835 100644 --- a/sw/source/core/text/txtfrm.cxx +++ b/sw/source/core/text/txtfrm.cxx @@ -1462,6 +1462,7 @@ bool SwTextFrame::Prepare( const PrepareHint ePrep, const void* pVoid, { case PREP_BOSS_CHGD: SetInvalidVert( true ); // Test + SAL_FALLTHROUGH; case PREP_WIDOWS_ORPHANS: case PREP_WIDOWS: case PREP_FTN_GONE : return bParaPossiblyInvalid; |