summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-11 16:58:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-11 16:58:33 +0200
commit0a5f9d780662f40ffd6bd03eaec79b909277e4e7 (patch)
tree66e4062f7d3333c5ecc5f4a4d8eb1582a0bfdd48
parentb22ce3294695c7ef4c80f7ec4c4db10b13ad7ab2 (diff)
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
-rw-r--r--sw/source/filter/ww8/ww8atr.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index 980434e7d09b..5b97f009ef90 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;