From 028c21ba5075edc90f1367061b294ef392e66ec7 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 9 Jan 2013 07:20:13 +0100 Subject: accidently moved that line around Change-Id: I8a6bbe161a91140e1ee2aca36ba848a02286108f --- sc/source/ui/condformat/condformatdlgentry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index 34069823f709..487842a3b41d 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) { @@ -816,6 +815,7 @@ ScColorScale3FrmtEntry::ScColorScale3FrmtEntry( Window* pParent, ScDocument* pDo maLbEntryTypeMin.RemoveEntry(0); maLbEntryTypeMiddle.RemoveEntry(0); maLbEntryTypeMax.RemoveEntry(0); + maLbColorFormat.SelectEntryPos(1); Init(); maLbType.SelectEntryPos(0); -- cgit