Kaydet (Commit) 8ccffe4e authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: tdf#125197 duplicate column checkbox position

Change-Id: Ia4424b2be84ece65305bb4e5bed505bed49ebda8
Reviewed-on: https://gerrit.libreoffice.org/72106
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 63d191af
...@@ -492,7 +492,6 @@ SwCaptionOptPage::SwCaptionOptPage(TabPageParent pParent, const SfxItemSet& rSet ...@@ -492,7 +492,6 @@ SwCaptionOptPage::SwCaptionOptPage(TabPageParent pParent, const SfxItemSet& rSet
std::vector<int> aWidths; std::vector<int> aWidths;
aWidths.push_back(m_xCheckLB->get_checkbox_column_width()); 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); m_xCheckLB->set_column_fixed_widths(aWidths);
SwStyleNameMapper::FillUIName(RES_POOLCOLL_LABEL_ABB, m_sIllustration); SwStyleNameMapper::FillUIName(RES_POOLCOLL_LABEL_ABB, m_sIllustration);
......
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