From 75ceb04d81f68bbe8e3fecc24ad4977d9b2499f6 Mon Sep 17 00:00:00 2001 From: Philippe Jung Date: Wed, 27 May 2015 15:33:23 +0200 Subject: 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 Tested-by: Katarina Behrens (cherry picked from commit 0b52089c1d88a5223981d8c177b3044d53eff700) Reviewed-on: https://gerrit.libreoffice.org/15944 Tested-by: Jenkins --- sc/source/ui/condformat/condformatdlgentry.cxx | 1 - 1 file changed, 1 deletion(-) 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(GetParent())->RecalcAll(); return 0; } -- cgit v1.2.3