diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-07-03 14:07:12 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-07-07 17:25:51 +0200 |
commit | 344a596acc29163a9f49e1e6080041a3a9644eee (patch) | |
tree | a33e8b9cab63f8d754386ef0a9cd1afe84323550 /oox | |
parent | d3b7252769edb502e33d6b487764ac9d0a9f487d (diff) |
bnc#882383: Add chart unit test for GradientName property.
It needs to be set, so that the chart has colors. It was grey before.
The bug was fixed already in aacfd5038d05a02f8b1eade3a5896d3d7e959f3d,
which got pushed sooner, so this commit only changes
the property name from 'INVALID' to 'FillTransparenceGradientName'.
Change-Id: If06899258a4307d583480538338480ba5bb830b9
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/chart/objectformatter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/chart/objectformatter.cxx b/oox/source/drawingml/chart/objectformatter.cxx index dd54c7d60d58..1fe5c758eddd 100644 --- a/oox/source/drawingml/chart/objectformatter.cxx +++ b/oox/source/drawingml/chart/objectformatter.cxx @@ -494,7 +494,7 @@ static const sal_Int32 spnFilledPropIds[] = PROP_FillStyle, PROP_Color, PROP_Transparency, - PROP_INVALID, + PROP_FillTransparenceGradientName, PROP_GradientName, PROP_FillBitmapName, PROP_FillBitmapMode, |