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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 8 19:58:12 PST 2013


 sc/source/ui/condformat/condformatdlgentry.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c0fea3a3bec79351d41ca05f19b1c128ab8e2bd2
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Jan 8 23:53:19 2013 +0100

    set the list box entry for 3 entry color scales
    
    Change-Id: I5718d22e0c31bd645998bcbb508b31370cf36250

diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx
index b516670..4e0ce64 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -506,6 +506,7 @@ ScFormulaFrmtEntry::ScFormulaFrmtEntry( Window* pParent, ScDocument* pDoc, const
 
     FreeResource();
     maLbType.SelectEntryPos(2);
+    maLbColorFormat.SelectEntryPos(1);
 
     if(pFormat)
     {


More information about the Libreoffice-commits mailing list