sc/source/core/data/colorscale.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ceef5a9c39be2b2b16c800f1d92a6b7bf968d8ed
Author:     offtkp <parisop...@gmail.com>
AuthorDate: Wed Nov 1 19:14:44 2023 +0200
Commit:     Paris Oplopoios <parisop...@gmail.com>
CommitDate: Wed Nov 1 21:54:03 2023 +0100

    sc: Fix conditional formatting icon set order for smilies
    
    The order of these icon sets was not consistent with other icon sets
    (traffic lights, flags, circles) and Excel
    
    Change-Id: I5cbc2ff96118530420341f6994310f946717e0d3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158703
    Reviewed-by: Paris Oplopoios <parisop...@gmail.com>
    Tested-by: Jenkins

diff --git a/sc/source/core/data/colorscale.cxx 
b/sc/source/core/data/colorscale.cxx
index b205d35adb6e..eff6d050b13b 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -1337,11 +1337,11 @@ constexpr OUString a3Flags[] = {
 };
 
 constexpr OUString a3Smilies[] = {
-    BMP_ICON_SET_POSITIVE_YELLOW_SMILIE, BMP_ICON_SET_NEUTRAL_YELLOW_SMILIE, 
BMP_ICON_SET_NEGATIVE_YELLOW_SMILIE
+    BMP_ICON_SET_NEGATIVE_YELLOW_SMILIE, BMP_ICON_SET_NEUTRAL_YELLOW_SMILIE, 
BMP_ICON_SET_POSITIVE_YELLOW_SMILIE
 };
 
 constexpr OUString a3ColorSmilies[] = {
-    BMP_ICON_SET_POSITIVE_GREEN_SMILIE, BMP_ICON_SET_NEUTRAL_YELLOW_SMILIE, 
BMP_ICON_SET_NEGATIVE_RED_SMILIE
+    BMP_ICON_SET_NEGATIVE_RED_SMILIE, BMP_ICON_SET_NEUTRAL_YELLOW_SMILIE, 
BMP_ICON_SET_POSITIVE_GREEN_SMILIE
 };
 
 constexpr OUString a3Stars[] = {

Reply via email to