diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-02 17:11:45 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-02 17:38:55 +0100 |
commit | cee68472a07069776093987d579fa1ac2cc2fd8a (patch) | |
tree | 15fff3922dff428570b85bd354c6129d2a7151d3 | |
parent | ff7735d7a1e0aa9ed753553cf20acf10fbd3f81b (diff) |
small fixes for iconset UI
Change-Id: I724397b50404753a9ca235d9e0eca13bdcf5b341
-rw-r--r-- | sc/source/ui/condformat/condformatdlgentry.cxx | 5 |
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) { |