sw/source/core/text/txtfrm.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 315aebd9706fde5c8d4a4b6d1f5587edf5607671
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed May 11 16:38:20 2016 +0200

    Looks like SAL_FALLTHROUGH is intended here
    
    ...given 3006acbabc363af9dfe7deab11759678ababb7b9 "New: Vertical flag"
    
    Change-Id: I99c89017f43aeb6f7cf2808dffc498b99d8765fc

diff --git a/sw/source/core/text/txtfrm.cxx b/sw/source/core/text/txtfrm.cxx
index 0315849..5e47bf6 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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to