summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2019-11-15 19:39:47 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-05-27 00:14:59 +0200
commit792d76df2a1ea3068e755302540a083ec3c8cb78 (patch)
tree1813c38c1e678a40e594d60080b73ef9d885b82e /chart2
parentb1040e4a404cb64ea068161d910bbec3daec24d6 (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 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94898 Tested-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/sidebar/ChartTypePanel.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/controller/sidebar/ChartTypePanel.hxx b/chart2/source/controller/sidebar/ChartTypePanel.hxx
index 4932658a982a..abd655d02971 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;