cui/source/options/optfltr.cxx | 3 --- 1 file changed, 3 deletions(-) New commits: commit 1579cf660d4f83c8be0698fec8d1a184ff494988 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Sep 23 19:56:57 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Sep 24 10:04:03 2019 +0200
unused aControlSize variable Change-Id: I59b8bb107ac40c15a027426ece916d0b6713407b Reviewed-on: https://gerrit.libreoffice.org/79425 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/cui/source/options/optfltr.cxx b/cui/source/options/optfltr.cxx index 3c4260d38785..5d35c0777e62 100644 --- a/cui/source/options/optfltr.cxx +++ b/cui/source/options/optfltr.cxx @@ -137,9 +137,6 @@ OfaMSFilterTabPage2::OfaMSFilterTabPage2(TabPageParent pParent, const SfxItemSet , m_xShadingRB(m_xBuilder->weld_radio_button("shading")) , m_xMSOLockFileCB(m_xBuilder->weld_check_button("mso_lockfile")) { - Size aControlSize(248, 55); - aControlSize = LogicToPixel(aControlSize, MapMode(MapUnit::MapAppFont)); - std::vector<int> aWidths; aWidths.push_back(m_xCheckLB->get_checkbox_column_width()); aWidths.push_back(m_xCheckLB->get_checkbox_column_width()); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits