diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-02-18 21:19:08 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-02-19 15:52:59 +0100 |
commit | 3d48f83ef03d3cd49703c00003133aa63aa3c97c (patch) | |
tree | 508f7d11c682b46f13a3602e4a13e95ab9a04273 /include/oox | |
parent | 83da3926ce6e9f7321fd5d633fd2678beb6c8f37 (diff) |
better way to set default for chart area fill style, related tdf#89451
Change-Id: Iee7fea0f55cf54d43a349b6cc0ffa25995069e40
(cherry picked from commit 32fe0c6adcff25a0df536127ca980413e1cabefd)
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/helper/graphichelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/helper/graphichelper.hxx b/include/oox/helper/graphichelper.hxx index 5981445d3263..09a226ceec78 100644 --- a/include/oox/helper/graphichelper.hxx +++ b/include/oox/helper/graphichelper.hxx @@ -76,7 +76,7 @@ public: /** Derived classes may implement to resolve a palette index to an RGB color. */ virtual sal_Int32 getPaletteColor( sal_Int32 nPaletteIdx ) const; - virtual css::drawing::FillStyle getDefaultChartAreaFillStyle() const; + virtual sal_Int32 getDefaultChartAreaFillStyle() const; // Device info and device dependent unit conversion ----------------------- |