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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri May 10 12:51:23 UTC 2019


 sw/source/ui/config/optload.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 8ccffe4e7fb6abf6fa3ba9187007e9d8af116baf
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri May 10 09:41:03 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri May 10 14:50:33 2019 +0200

    Resolves: tdf#125197 duplicate column checkbox position
    
    Change-Id: Ia4424b2be84ece65305bb4e5bed505bed49ebda8
    Reviewed-on: https://gerrit.libreoffice.org/72106
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx
index 83c8fb523c69..4bffcc5f0598 100644
--- a/sw/source/ui/config/optload.cxx
+++ b/sw/source/ui/config/optload.cxx
@@ -492,7 +492,6 @@ SwCaptionOptPage::SwCaptionOptPage(TabPageParent pParent, const SfxItemSet& rSet
 
     std::vector<int> aWidths;
     aWidths.push_back(m_xCheckLB->get_checkbox_column_width());
-    aWidths.push_back(m_xCheckLB->get_checkbox_column_width());
     m_xCheckLB->set_column_fixed_widths(aWidths);
 
     SwStyleNameMapper::FillUIName(RES_POOLCOLL_LABEL_ABB, m_sIllustration);


More information about the Libreoffice-commits mailing list