diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2019-11-15 19:39:47 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2019-11-16 15:02:21 +0100 |
commit | d0ee281680711117099ac892acf84996af4af9e6 (patch) | |
tree | ce90eb970fca9895f29ff90b489096d9800139c2 /chart2 | |
parent | 84322944980f6e2f9d4a531de7a6803797156968 (diff) |
ChartTypePanel: Remove unused vars
Change-Id: I6a19fa269efaf008345b48341d1c501e1c7e7d17
Reviewed-on: https://gerrit.libreoffice.org/82244
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/82812
Tested-by: Jenkins
Diffstat (limited to 'chart2')
-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; |