summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_ChartType.cxx
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2018-07-26 20:05:40 +0300
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-27 08:35:46 +0200
commitd751ee0d080a3585c5f98c27c3afe4a9a1c98a03 (patch)
tree823f86ad66748ed20d5c846612a77cb014025073 /chart2/source/controller/dialogs/tp_ChartType.cxx
parentRemove unused copy assignment ops of SfxPoolItem-derived classes (diff)
downloadcore-d751ee0d080a3585c5f98c27c3afe4a9a1c98a03.tar.gz
core-d751ee0d080a3585c5f98c27c3afe4a9a1c98a03.zip
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.kara@pardus.org.tr> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/dialogs/tp_ChartType.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.cxx3
1 files changed, 0 insertions, 3 deletions
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() );