summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hbox.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-24 14:22:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-24 22:12:05 +0200
commitcef587ce6c14261250623fe1d5e100f67952f4ca (patch)
tree3bed958355e99a731876fb4d3cb1cdccfa59c0ef /hwpfilter/source/hbox.h
parent9cb5deaaa4eb98da06d9ab46c6bee9f0a479499a (diff)
hdo is always a HWPDrawingObject
Change-Id: Ia9484304e9fc3c5bc9aa833bf14711203e9e72fe Reviewed-on: https://gerrit.libreoffice.org/62306 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'hwpfilter/source/hbox.h')
-rw-r--r--hwpfilter/source/hbox.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index e87af92e7dcf..cc3b13963a31 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -549,12 +549,14 @@ struct PicDefOle
void *hwpole;
};
+struct HWPDrawingObject;
+
/**
* @short Drawing object of hwp
*/
struct PicDefDraw
{
- void *hdo;
+ HWPDrawingObject *hdo;
uint zorder;
ZZRect vrect;
int mbrcnt;