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:34:19 +0100
commit96b736d7db8047d28bd122fb3439c02f6a67ffda (patch)
treeaff54433fcd1cef86e510ba6f398bd555623acfc
parent3cfe16c598065384411ade8f9cc6603e6af35081 (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 33ba24f3df6d..9a7be0989d77 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
{