summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hwpread.cxx')
-rw-r--r--hwpfilter/source/hwpread.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/hwpfilter/source/hwpread.cxx b/hwpfilter/source/hwpread.cxx
index a5ba049de171..9764157fdee1 100644
--- a/hwpfilter/source/hwpread.cxx
+++ b/hwpfilter/source/hwpread.cxx
@@ -542,14 +542,17 @@ bool Hidden::Read(HWPFile & hwpf)
return !hwpf.State();
}
-
// header/footer(16)
-HeaderFooter::HeaderFooter():HBox(CH_HEADER_FOOTER)
+HeaderFooter::HeaderFooter()
+ : HBox(CH_HEADER_FOOTER)
+ , dummy(0)
+ , type(0)
+ , where(0)
+ , linenumber(0)
+ , m_nPageNumber(0)
{
- linenumber = 0;
}
-
bool HeaderFooter::Read(HWPFile & hwpf)
{
hwpf.Read2b(reserved, 2);