From d1091fd50adb1c01d1b1393fd662278611f9e7e1 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 20 Mar 2015 15:00:03 +0000 Subject: re-insert erroneously converted delete calls. Change-Id: Iebdf2af3866d884289f6913646106fe3f2d4dde5 --- sfx2/source/dialog/templdlg.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2/source/dialog/templdlg.cxx') diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx index b1c8bf013b0d..cbe8217dd03e 100644 --- a/sfx2/source/dialog/templdlg.cxx +++ b/sfx2/source/dialog/templdlg.cxx @@ -765,6 +765,7 @@ SfxCommonTemplateDialog_Impl::~SfxCommonTemplateDialog_Impl() if ( pStyleSheetPool ) EndListening(*pStyleSheetPool); pStyleSheetPool = NULL; + pTreeBox.disposeAndClear(); delete pIdle; if ( m_pDeletionWatcher ) m_pDeletionWatcher->signal(); -- cgit