[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 16 01:42:16 PST 2013


 sc/source/core/data/colorscale.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0151af9d7e8741b363fce90b684615bb49161913
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Jan 15 17:36:18 2013 +0100

    the first icon in an icon set should be the negative one
    
    Change-Id: Ica3c48739c0f8597a72ea4d2346e406f147586a9
    Reviewed-on: https://gerrit.libreoffice.org/1709
    Reviewed-by: Noel Power <noel.power at suse.com>
    Tested-by: Noel Power <noel.power at suse.com>

diff --git a/sc/source/core/data/colorscale.cxx b/sc/source/core/data/colorscale.cxx
index f5d23c1..55b8b43 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -1098,7 +1098,7 @@ sal_Int32 a5Quarters[] = {
 };
 
 sal_Int32 a3Symbols1[] = {
-    BMP_ICON_SET_SYMBOLS1_CHECK, BMP_ICON_SET_SYMBOLS1_EXCLAMATION_MARK, BMP_ICON_SET_SYMBOLS1_CROSS
+    BMP_ICON_SET_SYMBOLS1_CROSS, BMP_ICON_SET_SYMBOLS1_EXCLAMATION_MARK, BMP_ICON_SET_SYMBOLS1_CHECK
 };
 
 sal_Int32 a3Signs[] = {


More information about the Libreoffice-commits mailing list