Kaydet (Commit) b184c54a authored tarafından Caolán McNamara's avatar Caolán McNamara

loplugin:vclwidgets

Change-Id: I0a762a0eaa6cc9dc2f3c41b456faf98b919181ba
üst 66204ffa
...@@ -398,7 +398,6 @@ private: ...@@ -398,7 +398,6 @@ private:
VclPtr<MetricField> m_pMtrColorFrom; VclPtr<MetricField> m_pMtrColorFrom;
VclPtr<ColorLB> m_pLbColorTo; VclPtr<ColorLB> m_pLbColorTo;
VclPtr<MetricField> m_pMtrColorTo; VclPtr<MetricField> m_pMtrColorTo;
VclPtr<GradientLB> m_pLbGradients;
VclPtr<SvxPresetListBox> m_pGradientLB; VclPtr<SvxPresetListBox> m_pGradientLB;
VclPtr<NumericField> m_pMtrIncrement; VclPtr<NumericField> m_pMtrIncrement;
VclPtr<CheckBox> m_pCbIncrement; VclPtr<CheckBox> m_pCbIncrement;
......
...@@ -142,6 +142,7 @@ void SvxHatchTabPage::dispose() ...@@ -142,6 +142,7 @@ void SvxHatchTabPage::dispose()
m_pSliderAngle.clear(); m_pSliderAngle.clear();
m_pLbLineType.clear(); m_pLbLineType.clear();
m_pLbLineColor.clear(); m_pLbLineColor.clear();
m_pCbBackgroundColor.clear();
m_pLbBackgroundColor.clear(); m_pLbBackgroundColor.clear();
m_pHatchLB.clear(); m_pHatchLB.clear();
m_pCtlPreview.clear(); m_pCtlPreview.clear();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment