summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hpara.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hpara.cpp')
-rw-r--r--hwpfilter/source/hpara.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hpara.cpp b/hwpfilter/source/hpara.cpp
index b60df27dda1e..629236e32b5e 100644
--- a/hwpfilter/source/hpara.cpp
+++ b/hwpfilter/source/hpara.cpp
@@ -221,7 +221,7 @@ HBox *HWPPara::readHBox(HWPFile & hwpf)
if (hh > 31 || hh == CH_END_PARA)
hbox = new HBox(hh);
else if (IS_SP_SKIP_BLOCK(hh))
- hbox = new SkipBlock(hh);
+ hbox = new SkipData(hh);
else
{
switch (hh)