[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - chart2/source
Muhammet Kara (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 26 22:15:32 UTC 2020
chart2/source/controller/sidebar/ChartTypePanel.hxx | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit 792d76df2a1ea3068e755302540a083ec3c8cb78
Author: Muhammet Kara <muhammet.kara at collabora.com>
AuthorDate: Fri Nov 15 19:39:47 2019 +0300
Commit: Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Wed May 27 00:14:59 2020 +0200
ChartTypePanel: Remove unused vars
Change-Id: I6a19fa269efaf008345b48341d1c501e1c7e7d17
Reviewed-on: https://gerrit.libreoffice.org/82244
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Muhammet Kara <muhammet.kara at 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 at collabora.com>
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;
More information about the Libreoffice-commits
mailing list