[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - svx/source

Szymon Kłos eszkadev at gmail.com
Tue Aug 18 02:15:48 PDT 2015


 svx/source/dialog/_contdlg.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit b6bd0111073d0a94b40b20cce85e10cdcb791d3e
Author: Szymon Kłos <eszkadev at gmail.com>
Date:   Fri Aug 14 12:42:58 2015 +0200

    tdf#93102 : resolved crash on enabling image contour
    
    Change-Id: I59a07a62573b8d472d15f8594473e8e8d1077589
    Reviewed-on: https://gerrit.libreoffice.org/17758
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Signed-off-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx
index 3426ea3..47e783a 100644
--- a/svx/source/dialog/_contdlg.cxx
+++ b/svx/source/dialog/_contdlg.cxx
@@ -299,6 +299,8 @@ SvxSuperContourDlg::~SvxSuperContourDlg()
 
 void SvxSuperContourDlg::dispose()
 {
+    m_pContourWnd->SetUpdateLink( Link<>() );
+
     SvtMiscOptions aMiscOptions;
     aMiscOptions.RemoveListenerLink( LINK(this, SvxSuperContourDlg, MiscHdl) );
     m_pContourWnd.disposeAndClear();


More information about the Libreoffice-commits mailing list