diff options
-rw-r--r-- | chart2/source/controller/sidebar/ChartTypePanel.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/controller/sidebar/ChartTypePanel.hxx b/chart2/source/controller/sidebar/ChartTypePanel.hxx index 91d4d71220a9..a37df639e356 100644 --- a/chart2/source/controller/sidebar/ChartTypePanel.hxx +++ b/chart2/source/controller/sidebar/ChartTypePanel.hxx @@ -109,12 +109,6 @@ private: DECL_LINK(SelectMainTypeHdl, weld::ComboBox&, void); DECL_LINK(SelectSubTypeHdl, SvtValueSet*, void); - //ui controls - //std::unique_ptr<weld::Label> mpChartTypeLabel; - //std::unique_ptr<weld::ComboBox> m_pMainTypeList; - //VclPtr<ListBox> m_pMainTypeList; - //VclPtr<ValueSet> m_pSubTypeList; - vcl::EnumContext maContext; css::uno::Reference<css::frame::XModel> mxModel; |