summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hbox.cxx8
-rw-r--r--hwpfilter/source/hbox.h5
2 files changed, 2 insertions, 11 deletions
diff --git a/hwpfilter/source/hbox.cxx b/hwpfilter/source/hbox.cxx
index ca94bf27fe57..7be2c61db81e 100644
--- a/hwpfilter/source/hbox.cxx
+++ b/hwpfilter/source/hbox.cxx
@@ -63,14 +63,6 @@ int HBox::WSize()
}
-hchar_string HBox::GetString()
-{
- hchar_string ret;
- ret.push_back(hh);
- return ret;
-}
-
-
// skip block
SkipData::SkipData(hchar hch)
: HBox(hch)
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index ce479c4c34dc..841143c53434 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -63,7 +63,6 @@ struct HBox
*/
virtual bool Read(HWPFile &hwpf);
- virtual hchar_string GetString();
private:
static int boxCount;
};
@@ -157,7 +156,7 @@ struct DateCode: public HBox
DateCode();
virtual bool Read(HWPFile &hwpf) override;
- virtual hchar_string GetString() override;
+ virtual hchar_string GetString();
};
/**
@@ -832,7 +831,7 @@ struct MailMerge: public HBox
MailMerge();
virtual bool Read(HWPFile &hwpf) override;
- virtual hchar_string GetString() override;
+ virtual hchar_string GetString();
};
// char composition(23)