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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 24 08:05:01 UTC 2019


 cui/source/options/optfltr.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 1579cf660d4f83c8be0698fec8d1a184ff494988
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Sep 23 19:56:57 2019 +0100
Commit:     Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at 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());


More information about the Libreoffice-commits mailing list