summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Jung <phil.jung@free.fr>2015-05-27 15:33:23 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2015-06-01 07:53:41 +0000
commit75ceb04d81f68bbe8e3fecc24ad4977d9b2499f6 (patch)
tree3506c747484b3109ad74416f3281696284e0eb51
parentc62ff76ade58d21407388ec579e543d029356edf (diff)
tdf#91489 - CONDITIONAL FORMATTING: Crash on select Icon Set from dialog
Removed the recalcAll line in IMPL_LINK_NOARG( ScIconSetFrmtEntry, IconSetTypeHdl ) 1) ScCondFormatList already calls RecalcAll on selection new/changed 2) Without this line, it does not crash Change-Id: I8aa45f691d33d8ad046a88e7695913e2ccff3caf Reviewed-on: https://gerrit.libreoffice.org/15928 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 0b52089c1d88a5223981d8c177b3044d53eff700) Reviewed-on: https://gerrit.libreoffice.org/15944 Tested-by: Jenkins <ci@libreoffice.org>
-rw-r--r--sc/source/ui/condformat/condformatdlgentry.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx
index 069aed3e0e39..018e7e8395dd 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -1601,7 +1601,6 @@ IMPL_LINK_NOARG( ScIconSetFrmtEntry, IconSetTypeHdl )
maEntries[0]->SetFirstEntry();
SetHeight();
- static_cast<ScCondFormatList*>(GetParent())->RecalcAll();
return 0;
}