[Libreoffice-commits] core.git: chart2/source

Muhammet Kara (via logerrit) logerrit at kemper.freedesktop.org
Sat Nov 16 14:02:58 UTC 2019


 chart2/source/controller/sidebar/ChartTypePanel.hxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit d0ee281680711117099ac892acf84996af4af9e6
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: Sat Nov 16 15:02:21 2019 +0100

    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

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;


More information about the Libreoffice-commits mailing list