chart2/source/controller/sidebar/ChartTypePanel.cxx | 1 - chart2/source/controller/sidebar/ChartTypePanel.hxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit c99f056984882e1a4ca6810f5a7142418b468949 Author: Muhammet Kara <[email protected]> AuthorDate: Fri Nov 15 19:22:28 2019 +0300 Commit: Muhammet Kara <[email protected]> CommitDate: Wed May 27 00:13:31 2020 +0200 Remove unused var m_xChartTypeLabel Change-Id: I3de7eb4e438021f9522e581c60a84fb7fcc168c7 Reviewed-on: https://gerrit.libreoffice.org/82242 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Muhammet Kara <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/82810 Tested-by: Jenkins Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94896 Tested-by: Muhammet Kara <[email protected]> diff --git a/chart2/source/controller/sidebar/ChartTypePanel.cxx b/chart2/source/controller/sidebar/ChartTypePanel.cxx index d70a21bacad7..f58bdfd53264 100644 --- a/chart2/source/controller/sidebar/ChartTypePanel.cxx +++ b/chart2/source/controller/sidebar/ChartTypePanel.cxx @@ -80,7 +80,6 @@ ChartTypePanel::ChartTypePanel(vcl::Window* pParent, , m_pCurrentMainType(nullptr) , m_nChangingCalls(0) , m_aTimerTriggeredControllerLock(m_xChartModel) - , m_xChartTypeLabel(m_xBuilder->weld_label("lbl_chartType")) , m_xMainTypeList(m_xBuilder->weld_combo_box("cmb_chartType")) , m_xSubTypeList(new SvtValueSet(m_xBuilder->weld_scrolled_window("subtypewin"))) , m_xSubTypeListWin(new weld::CustomWeld(*m_xBuilder, "subtype", *m_xSubTypeList)) diff --git a/chart2/source/controller/sidebar/ChartTypePanel.hxx b/chart2/source/controller/sidebar/ChartTypePanel.hxx index 60ddb85d925d..223712fe7fc0 100644 --- a/chart2/source/controller/sidebar/ChartTypePanel.hxx +++ b/chart2/source/controller/sidebar/ChartTypePanel.hxx @@ -142,7 +142,6 @@ private: TimerTriggeredControllerLock m_aTimerTriggeredControllerLock; - std::unique_ptr<weld::Label> m_xChartTypeLabel; std::unique_ptr<weld::ComboBox> m_xMainTypeList; std::unique_ptr<SvtValueSet> m_xSubTypeList; std::unique_ptr<weld::CustomWeld> m_xSubTypeListWin; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
