summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-11 16:10:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-11 16:10:35 +0200
commite5b404fcde3b177a36ed138e2cc541d6210eb11e (patch)
treeb8ac687230c11c406ff71c15a5d2a89ae5f32571
parent8a1440cf04e621798f3e4319c6023e8b4aa08c45 (diff)
Looks like SAL_FALLTHROUGH is intended here
...given how 85789fbad4d47007e27db277839fdc12b9eb09a7 "Fix #85710#: Changing content anchor but not anchor type" changed the code Change-Id: Id19b277ecbc4f39577cc622a486c58ee15bdc520
-rw-r--r--sw/source/core/doc/docfly.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docfly.cxx b/sw/source/core/doc/docfly.cxx
index ae17ec2bec16..e749759f6286 100644
--- a/sw/source/core/doc/docfly.cxx
+++ b/sw/source/core/doc/docfly.cxx
@@ -423,7 +423,7 @@ lcl_SetFlyFrameAttr(SwDoc & rDoc,
case RES_ANCHOR:
if( DONTMAKEFRMS != nMakeFrames )
break;
-
+ SAL_FALLTHROUGH;
default:
if( !IsInvalidItem( aIter.GetCurItem() ) && ( SfxItemState::SET !=
rFlyFormat.GetAttrSet().GetItemState( nWhich, true, &pItem ) ||