From 9a1a1ba6f5c989f40c966895fa968b35a84fe02e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 20 Dec 2019 15:16:01 +0000 Subject: fix some runtime warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifffd65c6301fc7599927c095de07a34c0a5246c8 Reviewed-on: https://gerrit.libreoffice.org/85615 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- chart2/source/controller/sidebar/ChartTypePanel.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chart2/source') diff --git a/chart2/source/controller/sidebar/ChartTypePanel.cxx b/chart2/source/controller/sidebar/ChartTypePanel.cxx index 88fd04440e58..5042fd184b34 100644 --- a/chart2/source/controller/sidebar/ChartTypePanel.cxx +++ b/chart2/source/controller/sidebar/ChartTypePanel.cxx @@ -144,6 +144,10 @@ void ChartTypePanel::dispose() m_xSubTypeListWin.reset(); m_xSubTypeList.reset(); + m_xSubTypeListWin.reset(); + m_xSubTypeList.reset(); + m_xMainTypeList.reset(); + PanelLayout::dispose(); } -- cgit