summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hwpfilter/source/hbox.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/hwpfilter/source/hbox.cxx b/hwpfilter/source/hbox.cxx
index 299e0c846fcc..9b07683ec6f0 100644
--- a/hwpfilter/source/hbox.cxx
+++ b/hwpfilter/source/hbox.cxx
@@ -129,7 +129,6 @@ Bookmark::~Bookmark(void)
{
}
-
// date format(7)
DateFormat::DateFormat()
: HBox(CH_DATE_FORM)
@@ -137,14 +136,14 @@ DateFormat::DateFormat()
{
}
-
// date code(8)
-
-DateCode::DateCode(void):HBox(CH_DATE_CODE)
+DateCode::DateCode()
+ : HBox(CH_DATE_CODE)
+ , dummy(0)
+ , key(0)
{
}
-
#define _DATECODE_WEEK_DEFINES_
#include "datecode.h"