[Libreoffice-commits] core.git: Branch 'libreoffice-5-0-1' - svx/source
Szymon Kłos
eszkadev at gmail.com
Tue Aug 18 02:25:27 PDT 2015
svx/source/dialog/_contdlg.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 0464718dfe7401bc7e19e76226b9a1fe74c68a9e
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>
Reviewed-on: https://gerrit.libreoffice.org/17827
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