summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
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 6cad26641b57..82f9bd5f87cd 100644
--- a/hwpfilter/source/hwpreader.cxx
+++ b/hwpfilter/source/hwpreader.cxx
@@ -1796,6 +1796,7 @@ void HwpReader::makeColumns(ColumnDef *coldef)
{
case 1: /* 얇은선 */
padd(ascii("style:width"), sXML_CDATA, ascii("0.02mm"));
+ //fall-through
case 3: /* 점선 */
padd(ascii("style:style"), sXML_CDATA, ascii("dotted"));
padd(ascii("style:width"), sXML_CDATA, ascii("0.02mm"));