summaryrefslogtreecommitdiffstats
path: root/sc/inc/fillinfo.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-26 16:18:52 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-27 05:59:50 +0200
commit59c2e0487473508335924c2195759d9bcd9fb3a3 (patch)
treed2b1795d306d923c6f1e76f6e12ce9fa020c50b6 /sc/inc/fillinfo.hxx
parentre-base on ALv2 code. (diff)
downloadcore-59c2e0487473508335924c2195759d9bcd9fb3a3.tar.gz
core-59c2e0487473508335924c2195759d9bcd9fb3a3.zip
support colored axis in data bars
Change-Id: Ie74404b35e31a2f96641abb18a9aaf46467e31c0
Diffstat (limited to 'sc/inc/fillinfo.hxx')
-rw-r--r--sc/inc/fillinfo.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/fillinfo.hxx b/sc/inc/fillinfo.hxx
index 842ef1bb3899..838255ef1236 100644
--- a/sc/inc/fillinfo.hxx
+++ b/sc/inc/fillinfo.hxx
@@ -69,6 +69,7 @@ struct ScDataBarInfo
double mnLength; // -100 to 100
bool mbGradient;
bool mbShowValue;
+ Color maAxisColor;
bool operator==(const ScDataBarInfo& r) const
{