summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hpara.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hpara.cxx')
-rw-r--r--hwpfilter/source/hpara.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hpara.cxx b/hwpfilter/source/hpara.cxx
index e31a8b8005ae..0534862c641a 100644
--- a/hwpfilter/source/hpara.cxx
+++ b/hwpfilter/source/hpara.cxx
@@ -108,7 +108,7 @@ bool HWPPara::Read(HWPFile & hwpf, unsigned char flag)
if (nch && !reuse_shape)
{
pshape->Read(hwpf);
- pshape->cshape = cshape.get();
+ pshape->cshape = cshape;
pshape->pagebreak = etcflag;
}