summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/condformatbuffer.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-16 02:22:41 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-16 02:23:38 +0200
commitf9f53c4a8c9e1cd2fa1a9f48576b09f1bfd023ae (patch)
treea447428fbc470cbc50f77ea0d51dbb6032e04e88 /sc/source/filter/inc/condformatbuffer.hxx
parentcb2063832dd64d39ec57d70d0637fe23412c096d (diff)
support tint for databar and colorscale colors, related tdf#90511
Change-Id: I59b00ab856583ed08f70c9c90469bbb44cb5782a
Diffstat (limited to 'sc/source/filter/inc/condformatbuffer.hxx')
-rw-r--r--sc/source/filter/inc/condformatbuffer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/condformatbuffer.hxx b/sc/source/filter/inc/condformatbuffer.hxx
index c3154ea6cdc4..31ae39ab0295 100644
--- a/sc/source/filter/inc/condformatbuffer.hxx
+++ b/sc/source/filter/inc/condformatbuffer.hxx
@@ -224,9 +224,9 @@ struct ExCfRuleModel
bool mbGradient;
OUString maAxisPosition;
// AxisColor
- sal_Int32 mnAxisColor;
+ sal_uInt32 mnAxisColor;
// NegativeFillColor
- sal_Int32 mnNegativeColor;
+ sal_uInt32 mnNegativeColor;
// Cfvo
bool mbIsLower;
OUString maColorScaleType;