summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-20 14:57:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-02-21 06:05:28 +0100
commitbcb1e01c32e09d9abeb91b73303f2eb6b3b5abfe (patch)
treef252d97b5b6172bad53ff4efd454129b81678d04 /include/filter
parent924c0e34fdc36cd44100dafc2c68656ce32374e6 (diff)
ColorData->Color in filter
Change-Id: I19675b635d8428a78c9e64b775cc7a2b82c5f84e Reviewed-on: https://gerrit.libreoffice.org/50039 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/msdffimp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index ed0954111fa7..447ea7226400 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -524,7 +524,7 @@ public:
std::map<sal_uInt32,OString> aEscherBlipCache;
DffRecordManager maShapeRecords;
- ColorData mnDefaultColor;
+ Color mnDefaultColor;
bool mbSkipImages;
@@ -581,7 +581,7 @@ public:
SvStream* pStData,
SdrModel* pSdrModel_,
long nApplicationScale,
- ColorData mnDefaultColor_ = COL_DEFAULT,
+ Color mnDefaultColor_ = COL_DEFAULT,
SvStream* pStData2_ = nullptr,
bool bSkipImages = false );