Kaydet (Commit) d751ee0d authored tarafından Muhammet Kara's avatar Muhammet Kara Kaydeden (comit) Noel Grandin

Remove unused local variable aOpts

and the corresponding include for SvtMiscOptions

Introduced in 20bb2e70
Leftover from 026e2623

Change-Id: Ibe232045be2396f4a9761d5537b4cc3c9b7af6e1
Reviewed-on: https://gerrit.libreoffice.org/58137
Tested-by: Jenkins
Reviewed-by: 's avatarMuhammet Kara <muhammet.kara@pardus.org.tr>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 727878a7
......@@ -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() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment