diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-20 08:44:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-20 08:44:13 +0100 |
commit | b184c54a512d05a7c7b80d6f06ec834f6a948a75 (patch) | |
tree | 643f1909f5e3a5e58be783ec09519b791453cb58 /cui | |
parent | 66204ffa44952446ecfb8393b0521236729691d5 (diff) |
loplugin:vclwidgets
Change-Id: I0a762a0eaa6cc9dc2f3c41b456faf98b919181ba
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/cuitabarea.hxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/tphatch.cxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx index 835efd5a7d67..fac2bb14b931 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 b8a8dd9c8af0..941fe259d673 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(); |