summaryrefslogtreecommitdiff
path: root/sc/source/ui/condformat
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:21:49 +0100
commit028c21ba5075edc90f1367061b294ef392e66ec7 (patch)
tree8e0d184eff8ecad4e351f013e4a6d08d76221a71 /sc/source/ui/condformat
parent46fe5e5e06dba9a450f9339b0bf662547a6966e4 (diff)
accidently moved that line around
Change-Id: I8a6bbe161a91140e1ee2aca36ba848a02286108f
Diffstat (limited to 'sc/source/ui/condformat')
-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 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);