summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par6.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-07 21:08:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-08 09:18:37 +0100
commit27902363384d7dd0ccc5cec2cc71a8549485ca4f (patch)
tree034fddc919730dfcf1d1251af67692a47b92e373 /sw/source/filter/ww8/ww8par6.cxx
parent5459a21f2fedf0a6e720fa853440c64f6660cdb1 (diff)
coverity#736070 Missing break in switch
Change-Id: I924d1316483883f7d1ecb145eef38833d1dc70ce
Diffstat (limited to 'sw/source/filter/ww8/ww8par6.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 92f423af11b4..d466e8444c68 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -165,6 +165,7 @@ void wwSection::SetDirection()
{
default:
OSL_ENSURE(!this, "Unknown layout type");
+ //fall-through
case 0:
meDir=FRMDIR_HORI_LEFT_TOP;
break;