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

Caolán McNamara caolanm at redhat.com
Wed Jul 20 07:45:20 UTC 2016


 cui/source/inc/cuitabarea.hxx   |    1 -
 cui/source/tabpages/tphatch.cxx |    1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b184c54a512d05a7c7b80d6f06ec834f6a948a75
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Jul 20 08:44:13 2016 +0100

    loplugin:vclwidgets
    
    Change-Id: I0a762a0eaa6cc9dc2f3c41b456faf98b919181ba

diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx
index 835efd5..fac2bb1 100644
--- a/cui/source/inc/cuitabarea.hxx
+++ b/cui/source/inc/cuitabarea.hxx
@@ -398,7 +398,6 @@ private:
     VclPtr<MetricField>        m_pMtrColorFrom;
     VclPtr<ColorLB>            m_pLbColorTo;
     VclPtr<MetricField>        m_pMtrColorTo;
-    VclPtr<GradientLB>         m_pLbGradients;
     VclPtr<SvxPresetListBox>   m_pGradientLB;
     VclPtr<NumericField>       m_pMtrIncrement;
     VclPtr<CheckBox>           m_pCbIncrement;
diff --git a/cui/source/tabpages/tphatch.cxx b/cui/source/tabpages/tphatch.cxx
index b8a8dd9..941fe25 100644
--- a/cui/source/tabpages/tphatch.cxx
+++ b/cui/source/tabpages/tphatch.cxx
@@ -142,6 +142,7 @@ void SvxHatchTabPage::dispose()
     m_pSliderAngle.clear();
     m_pLbLineType.clear();
     m_pLbLineColor.clear();
+    m_pCbBackgroundColor.clear();
     m_pLbBackgroundColor.clear();
     m_pHatchLB.clear();
     m_pCtlPreview.clear();


More information about the Libreoffice-commits mailing list