[Libreoffice-commits] core.git: svx/source
Szymon Kłos
eszkadev at gmail.com
Mon Aug 17 13:22:31 PDT 2015
svx/source/dialog/_contdlg.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 8aff239993e803ece4a8de6102f5dd57b89133fd
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>
diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx
index 6af0340..03537b1 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