summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/condformatbuffer.hxx
diff options
context:
space:
mode:
authorKatarina Behrens <bubli@bubli.org>2015-02-10 23:18:07 +0100
committerKatarina Behrens <bubli@bubli.org>2015-02-10 23:25:56 +0100
commit6ee0bc42a944e3101eb4c73716ecc6acf12f77cb (patch)
treefe9dae252a1b14a2b5cb941729bdeb1aff61b6f2 /sc/source/filter/inc/condformatbuffer.hxx
parent317967af601797b3b1193db691330fcf6cb100e5 (diff)
ExtCfRule::maModel and CondFormatRule::mpDataBar are 2 distinct things
so do it right on 2nd attempt Change-Id: I2c51943ec831591a47afc16599e2e7246407b31a
Diffstat (limited to 'sc/source/filter/inc/condformatbuffer.hxx')
-rw-r--r--sc/source/filter/inc/condformatbuffer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/condformatbuffer.hxx b/sc/source/filter/inc/condformatbuffer.hxx
index f983f7e1f4c1..c8d8bfb222c3 100644
--- a/sc/source/filter/inc/condformatbuffer.hxx
+++ b/sc/source/filter/inc/condformatbuffer.hxx
@@ -219,7 +219,7 @@ private:
struct ExCfRuleModel
{
- ExCfRuleModel() : mbGradient( false ), mbNegativeBarColorSameAsPositive( false ), mnAxisColor( API_RGB_TRANSPARENT ), mnNegativeColor( API_RGB_TRANSPARENT ), mbIsLower( true ) {}
+ ExCfRuleModel() : mbGradient( false ), mbNegativeBarColorSameAsPositive( true ), mnAxisColor( API_RGB_TRANSPARENT ), mnNegativeColor( API_RGB_TRANSPARENT ), mbIsLower( true ) {}
// DataBar
bool mbGradient;
OUString maAxisPosition;