summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-05 10:13:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-05 13:35:52 +0100
commita4d416a7c896b3973eef0486ae49ff7091513074 (patch)
treeaecf94b290119cf213d0647b7e3dd099b416e1b0 /hwpfilter
parent402c55e510a1e25f318b91639ead8cca30fd4a36 (diff)
coverity#705182 Missing break in switch, assuming its intentional
Change-Id: Ib8d2bc5a5772f6611f9d977376f6fef9505c6a59
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpreader.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/hwpfilter/source/hwpreader.cxx b/hwpfilter/source/hwpreader.cxx
index 82f9bd5f87cd..81779e0820d1 100644
--- a/hwpfilter/source/hwpreader.cxx
+++ b/hwpfilter/source/hwpreader.cxx
@@ -3373,6 +3373,7 @@ void HwpReader::makeDateFormat(DateCode * hbox)
break;
case '_':
padd(ascii("number:style"), sXML_CDATA, ascii("long"));
+ //fall-through
case '6':
case '^':
rstartEl(ascii("number:day-of-week"), rList);