diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/tpcolor.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx index 724a075b22d5..401c7f3d27d9 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(); } |