summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-15 17:32:40 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-15 17:33:47 +0100
commit32877bf72b1e50fe968c1d4b56329ba47e292771 (patch)
tree11955f90977d0cae1c8793cd99745e2d900bbed6
parent7a3859fe23aad49ed2e046f1b822bf21add2db5c (diff)
force size recalculation if existing cond format is displayed, fdo#58339
Change-Id: I916c78452dd3dc7f29940ce784ca79d687f375a0
-rw-r--r--sc/source/ui/condformat/condformatdlg.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/condformat/condformatdlg.cxx b/sc/source/ui/condformat/condformatdlg.cxx
index c9667ce800cc..8b5960e0cfc3 100644
--- a/sc/source/ui/condformat/condformatdlg.cxx
+++ b/sc/source/ui/condformat/condformatdlg.cxx
@@ -103,6 +103,8 @@ ScCondFormatList::ScCondFormatList(Window* pParent, const ResId& rResId, ScDocum
break;
}
}
+ if(nCount)
+ EntrySelectHdl(&maEntries[0]);
}
else
{