summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-08 23:53:19 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-09 05:00:14 +0100
commitc0fea3a3bec79351d41ca05f19b1c128ab8e2bd2 (patch)
tree0c15ba90a9d1cb3e235bef042c0eaf2aabed4e25
parent0cb7aa288537d8740f4781e0c38e4df7394888ab (diff)
set the list box entry for 3 entry color scales
Change-Id: I5718d22e0c31bd645998bcbb508b31370cf36250
-rw-r--r--sc/source/ui/condformat/condformatdlgentry.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx
index b5166705ac3e..4e0ce646c74d 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)
{