summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-02 17:11:45 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-02 17:38:55 +0100
commitcee68472a07069776093987d579fa1ac2cc2fd8a (patch)
tree15fff3922dff428570b85bd354c6129d2a7151d3
parentff7735d7a1e0aa9ed753553cf20acf10fbd3f81b (diff)
small fixes for iconset UI
Change-Id: I724397b50404753a9ca235d9e0eca13bdcf5b341
-rw-r--r--sc/source/ui/condformat/condformatdlgentry.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx
index 86dec0d04cf7..66079e10c1dd 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -1256,6 +1256,10 @@ ScIconSetFrmtEntry::ScIconSetFrmtDataEntry::ScIconSetFrmtDataEntry( Window* pPar
assert(false);
}
}
+ else
+ {
+ maLbEntryType.SelectEntryPos(1);
+ }
FreeResource();
}
@@ -1300,6 +1304,7 @@ ScIconSetFrmtEntry::ScIconSetFrmtEntry( Window* pParent, ScDocument* pDoc, const
{
Init();
FreeResource();
+ maLbColorFormat.SetSelectHdl( LINK( pParent, ScCondFormatList, ColFormatTypeHdl ) );
if(pFormat)
{