[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sc/source
Philippe Jung
phil.jung at free.fr
Mon Jun 1 00:54:02 PDT 2015
sc/source/ui/condformat/condformatdlgentry.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 75ceb04d81f68bbe8e3fecc24ad4977d9b2499f6
Author: Philippe Jung <phil.jung at free.fr>
Date: Wed May 27 15:33:23 2015 +0200
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 at cib.de>
Tested-by: Katarina Behrens <Katarina.Behrens at cib.de>
(cherry picked from commit 0b52089c1d88a5223981d8c177b3044d53eff700)
Reviewed-on: https://gerrit.libreoffice.org/15944
Tested-by: Jenkins <ci at libreoffice.org>
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx
index 069aed3..018e7e8 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;
}
More information about the Libreoffice-commits
mailing list