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

New commits:
commit 948ea6900bbe26cdcba89ca1652ff91e6d09fa13
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Wed Jan 9 07:20:13 2013 +0100

    accidently moved that line around
    
    Change-Id: I8a6bbe161a91140e1ee2aca36ba848a02286108f

diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx 
b/sc/source/ui/condformat/condformatdlgentry.cxx
index 4e0ce64..12e804a 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -506,7 +506,6 @@ ScFormulaFrmtEntry::ScFormulaFrmtEntry( Window* pParent, 
ScDocument* pDoc, const
 
     FreeResource();
     maLbType.SelectEntryPos(2);
-    maLbColorFormat.SelectEntryPos(1);
 
     if(pFormat)
     {
@@ -817,6 +816,7 @@ ScColorScale3FrmtEntry::ScColorScale3FrmtEntry( Window* 
pParent, ScDocument* pDo
     maLbEntryTypeMin.RemoveEntry(0);
     maLbEntryTypeMiddle.RemoveEntry(0);
     maLbEntryTypeMax.RemoveEntry(0);
+    maLbColorFormat.SelectEntryPos(1);
 
     Init();
     maLbType.SelectEntryPos(0);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to