From 0464718dfe7401bc7e19e76226b9a1fe74c68a9e Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Fri, 14 Aug 2015 12:42:58 +0200 Subject: tdf#93102 : resolved crash on enabling image contour MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I59a07a62573b8d472d15f8594473e8e8d1077589 Reviewed-on: https://gerrit.libreoffice.org/17758 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara Signed-off-by: Michael Meeks Reviewed-on: https://gerrit.libreoffice.org/17827 --- svx/source/dialog/_contdlg.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx index 3426ea395879..47e783ac1419 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(); -- cgit v1.2.3