chart2/source/controller/dialogs/tp_ChartType.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit d751ee0d080a3585c5f98c27c3afe4a9a1c98a03
Author:     Muhammet Kara <muhammet.k...@pardus.org.tr>
AuthorDate: Thu Jul 26 20:05:40 2018 +0300
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Fri Jul 27 08:35:46 2018 +0200

    Remove unused local variable aOpts
    
    and the corresponding include for SvtMiscOptions
    
    Introduced in 20bb2e7074811
    Leftover from 026e2623f7f498432e6dc970fb06145dfc77dc45
    
    Change-Id: Ibe232045be2396f4a9761d5537b4cc3c9b7af6e1
    Reviewed-on: https://gerrit.libreoffice.org/58137
    Tested-by: Jenkins
    Reviewed-by: Muhammet Kara <muhammet.k...@pardus.org.tr>
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx 
b/chart2/source/controller/dialogs/tp_ChartType.cxx
index 13e81edf86ed..269753642511 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.cxx
+++ b/chart2/source/controller/dialogs/tp_ChartType.cxx
@@ -27,7 +27,6 @@
 #include <unonames.hxx>
 
 #include <svtools/controldims.hxx>
-#include <svtools/miscopt.hxx>
 
 #include <vcl/layout.hxx>
 #include <vcl/weld.hxx>
@@ -683,8 +682,6 @@ ChartTypeTabPage::ChartTypeTabPage(vcl::Window* pParent
     }
     m_aChartTypeDialogControllerList.emplace_back(new 
CombiColumnLineChartDialogController() );
 
-    SvtMiscOptions aOpts;
-
     for (auto const& elem : m_aChartTypeDialogControllerList)
     {
         m_pMainTypeList->InsertEntry( elem->getName(), elem->getImage() );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to