| commit | f543b6a0ac6cf30922c1a1ae9bfce1d605f1d4f1 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Mon Jul 16 14:30:53 2018 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Mon Jul 16 17:23:03 2018 +0200 |
| tree | 00d845e796f84985f6eab80a3d4a9e5e38ff2e63 | |
| parent | 180fa02a592bc846e21e3d58c548e6ed7c7039d5 [diff] |
tdf#118549 crash on dialog teardown only an issue for the current partially complete interim case Change-Id: Iaf1ef4dabca1cdd5d2d90028edf5793cf45feb20 Reviewed-on: https://gerrit.libreoffice.org/57501 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx index 724a075..401c7f3 100644 --- a/cui/source/tabpages/tpcolor.cxx +++ b/cui/source/tabpages/tpcolor.cxx
@@ -166,7 +166,9 @@ SvxColorTabPage::~SvxColorTabPage() void SvxColorTabPage::dispose() { mpTopDlg.clear(); m_xValSetRecentListWin.reset(); m_xValSetRecentList.reset(); m_xValSetColorListWin.reset(); m_xValSetColorList.reset(); SfxTabPage::dispose(); }