summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hpara.h
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-10 11:58:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-10 17:11:46 +0100
commit52976d3a9f693548f4f833f56f7d029baddf3389 (patch)
tree60f1a9f87209c4e09b69470a6198a98bdba737b6 /hwpfilter/source/hpara.h
parent581cfc49baddae96b12ed29724e929a2ded1e886 (diff)
HBox::Read should return bool
Change-Id: Ia262ab66ecf1da38f9bcf8bf34763aff85745423
Diffstat (limited to 'hwpfilter/source/hpara.h')
-rw-r--r--hwpfilter/source/hpara.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hpara.h b/hwpfilter/source/hpara.h
index 27b283c49e40..3ace278636b3 100644
--- a/hwpfilter/source/hpara.h
+++ b/hwpfilter/source/hpara.h
@@ -116,7 +116,7 @@ class DLLEXPORT HWPPara
HWPPara(void);
~HWPPara(void);
- int Read(HWPFile &hwpf, unsigned char flag = 0);
+ bool Read(HWPFile &hwpf, unsigned char flag = 0);
int Write(CTextOut &txtf);
int Write(CHTMLOut &html);