summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2024-02-13 11:23:42 +0000
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-02-13 15:09:31 +0100
commit88931161db5ce8c70415590702981fcfe31d92ed (patch)
tree8fa371c66d2dbbf2a07c777c66afffcf2ef686d7
parentdrop unused PicDefFile union member (diff)
downloadcore-88931161db5ce8c70415590702981fcfe31d92ed.tar.gz
core-88931161db5ce8c70415590702981fcfe31d92ed.zip
drop unused hwpole member
Change-Id: I86fbe74c7d7faf66fcab63c2dcd24e13149c1671 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163300 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
-rw-r--r--hwpfilter/source/hbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index 5136d281bba1..3f91d7267f24 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -538,7 +538,6 @@ struct PicDefEmbed
struct PicDefOle
{
char embname[16];
- void *hwpole;
};
struct HWPDrawingObject;