summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-09 07:20:13 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-09 07:22:37 +0100
commit948ea6900bbe26cdcba89ca1652ff91e6d09fa13 (patch)
treee273bf58252f7a97f1a23d26b1263dc5b928efdc /sc
parentc0fea3a3bec79351d41ca05f19b1c128ab8e2bd2 (diff)
accidently moved that line around
Change-Id: I8a6bbe161a91140e1ee2aca36ba848a02286108f
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/condformat/condformatdlgentry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx
index 4e0ce646c74d..12e804ac05f4 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);