sc/source/ui/condformat/colorformat.cxx        |    2 +-
 sc/source/ui/condformat/condformatdlgentry.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7f28da80ae695fe84c15991afc564b523614d1ee
Author:     Kovács László Zoltán <kovacs.laszlo.zol...@nisz.hu>
AuthorDate: Wed Aug 7 16:30:51 2019 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Thu Aug 8 10:23:50 2019 +0200

    tdf#125288 Databar dialog's entry color was changed to RYB Blue
    
    Change-Id: I9ac6df07078d60bf439babc46384fa96267fb4cd
    Reviewed-on: https://gerrit.libreoffice.org/77119
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/sc/source/ui/condformat/colorformat.cxx 
b/sc/source/ui/condformat/colorformat.cxx
index e82e23f2d46a..a5935d48e863 100644
--- a/sc/source/ui/condformat/colorformat.cxx
+++ b/sc/source/ui/condformat/colorformat.cxx
@@ -130,7 +130,7 @@ void ScDataBarSettingsDlg::Init()
 {
     mxLbNeg->SelectEntry(COL_LIGHTRED);
     mxLbAxisCol->SelectEntry(COL_BLACK);
-    mxLbPos->SelectEntry(COL_LIGHTBLUE);
+    mxLbPos->SelectEntry(0x2a6099);
     mxBtnOk->connect_clicked( LINK( this, ScDataBarSettingsDlg, OkBtnHdl ) );
 
     mxLbTypeMin->connect_changed( LINK( this, ScDataBarSettingsDlg, 
TypeSelectHdl ) );
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx 
b/sc/source/ui/condformat/condformatdlgentry.cxx
index 89588a107412..a43a82846d8b 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -1104,7 +1104,7 @@ void ScDataBarFrmtEntry::Init()
         mpDataBarData->mpLowerLimit.reset(new ScColorScaleEntry());
         mpDataBarData->mpLowerLimit->SetType(COLORSCALE_AUTO);
         mpDataBarData->mpUpperLimit->SetType(COLORSCALE_AUTO);
-        mpDataBarData->maPositiveColor = COL_LIGHTBLUE;
+        mpDataBarData->maPositiveColor = 0x2a6099;
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to