[Libreoffice-commits] core.git: sw/source

Stephan Bergmann sbergman at redhat.com
Wed May 11 14:59:48 UTC 2016


 sw/source/filter/ww8/ww8atr.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0a5f9d780662f40ffd6bd03eaec79b909277e4e7
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed May 11 16:58:33 2016 +0200

    SAL_FALLTHROUGH is intended here
    
    ...given 8100100298b877765e1781fb0eed285e82749ad1 "fdo#80167 RTF export: don't
    loose page breaks" (and confirmed by Miklos on IRC)
    
    Change-Id: Ib70df00c565c5ec163fb13ead501d2100743d2dc

diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index 980434e..5b97f00 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -3489,6 +3489,7 @@ void AttributeOutputBase::FormatBreak( const SvxFormatBreakItem& rBreak )
                         PageBreakBefore(true);
                     break;
                 }
+                SAL_FALLTHROUGH;
             case SVX_BREAK_PAGE_AFTER:
             case SVX_BREAK_PAGE_BOTH:
                 nC = msword::PageBreak;


More information about the Libreoffice-commits mailing list