[Libreoffice-commits] core.git: cui/source

Noel Grandin noel at peralex.com
Thu Jul 21 07:22:53 UTC 2016


 cui/source/tabpages/tppattern.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 2cdc10d66bbfba9424dd6f51e64849a6969bb443
Author: Noel Grandin <noel at peralex.com>
Date:   Thu Jul 21 09:21:50 2016 +0200

    loplugin:vclwidgets
    
    Change-Id: I264644d1fb3582168879d47d0d538bef27902573

diff --git a/cui/source/tabpages/tppattern.cxx b/cui/source/tabpages/tppattern.cxx
index 3c1e155..998263de 100644
--- a/cui/source/tabpages/tppattern.cxx
+++ b/cui/source/tabpages/tppattern.cxx
@@ -150,6 +150,10 @@ void SvxPatternTabPage::dispose()
     m_pCtlPreview.clear();
     m_pBtnAdd.clear();
     m_pBtnModify.clear();
+    m_pBxPixelEditor.clear();
+    m_pLbPatterns.clear();
+    m_pPatternLB.clear();
+    m_pBtnDelete.clear();
     SvxTabPage::dispose();
 }
 


More information about the Libreoffice-commits mailing list