diff options
-rw-r--r-- | sc/source/ui/condformat/condformatdlgentry.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index f14bcd066784..39170fcb9c77 100644 --- a/sc/source/ui/condformat/condformatdlgentry.cxx +++ b/sc/source/ui/condformat/condformatdlgentry.cxx @@ -774,8 +774,8 @@ void ScColorScale2FrmtEntry::Init() { mxLbEntryTypeMin->connect_changed( LINK( this, ScColorScale2FrmtEntry, EntryTypeHdl ) ); mxLbEntryTypeMax->connect_changed( LINK( this, ScColorScale2FrmtEntry, EntryTypeHdl ) ); - mxLbColMin->SelectEntry(Color(0xFFF685)); // Light Yellow 2 - mxLbColMax->SelectEntry(Color(0x65C295)); // Light Green 2 + mxLbColMin->SelectEntry(Color(0xffff6d)); // Light Yellow 2 + mxLbColMax->SelectEntry(Color(0x77bc65)); // Light Green 2 } ScFormatEntry* ScColorScale2FrmtEntry::createColorscaleEntry() const @@ -920,7 +920,7 @@ void ScColorScale3FrmtEntry::Init() mxLbEntryTypeMiddle->connect_changed( LINK( this, ScColorScale3FrmtEntry, EntryTypeHdl ) ); mxLbColMin->SelectEntry(COL_LIGHTRED); mxLbColMiddle->SelectEntry(COL_YELLOW); - mxLbColMax->SelectEntry(Color(0x00CC00)); + mxLbColMax->SelectEntry(Color(0x00a933)); } ScFormatEntry* ScColorScale3FrmtEntry::createColorscaleEntry() const |