summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpread.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/hwpfilter/source/hwpread.cxx b/hwpfilter/source/hwpread.cxx
index 1227bd72f883..ae528fab2b47 100644
--- a/hwpfilter/source/hwpread.cxx
+++ b/hwpfilter/source/hwpread.cxx
@@ -793,13 +793,16 @@ bool IndexMark::Read(HWPFile & hwpf)
return !hwpf.State();
}
-
// outline(28)
-Outline::Outline():HBox(CH_OUTLINE)
+Outline::Outline()
+ : HBox(CH_OUTLINE)
+ , kind(0)
+ , shape(0)
+ , level(0)
+ , dummy(0)
{
}
-
bool Outline::Read(HWPFile & hwpf)
{
hwpf.Read2b(&kind, 1);