summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hbox.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-03-10 10:35:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-03-10 10:36:47 +0000
commit75f118da50b217956ee7a735e921524d0c2935ff (patch)
tree8f6b113e6a4f732e77c3a51227ba88f9d95d243a /hwpfilter/source/hbox.h
parent1353ebe535732022aef4377030d86ad7153c3144 (diff)
ofz#798 oom
Change-Id: I6fa8dd999af7e00d6236a1ead5f8bb519f2d128d
Diffstat (limited to 'hwpfilter/source/hbox.h')
-rw-r--r--hwpfilter/source/hbox.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index 979d8a07f3d6..15c97c6363f4 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -68,18 +68,15 @@ struct HBox
};
/**
- * @short Class for saving data to be skipped.
+ * @short Class for skipping data.
*/
struct SkipData: public HBox
{
- uint data_block_len;
- hchar dummy;
- std::unique_ptr<char[]> data_block;
-
explicit SkipData(hchar);
virtual ~SkipData() override;
virtual bool Read(HWPFile &hwpf) override;
};
+
struct DateCode;
struct FieldCode : public HBox
{