[Libreoffice-commits] core.git: sc/source

Philippe Jung phil.jung at free.fr
Thu May 28 05:04:31 PDT 2015


 sc/source/ui/condformat/condformatdlgentry.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 0b52089c1d88a5223981d8c177b3044d53eff700
Author: Philippe Jung <phil.jung at free.fr>
Date:   Wed May 27 15:33:23 2015 +0200

    Bug 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>

diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx
index 8c4ddb1..b48a82b 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -1598,7 +1598,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