| commit | 444161dde3beeed5306d2f2432fcd99aa94c3c0b | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Fri Dec 06 14:43:35 2019 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Fri Dec 06 21:22:31 2019 +0100 |
| tree | 34cd6ef00ea3b79ed5090949a8b1a28a604c5e3b | |
| parent | 7db6a64e40f172894e08ecec483f214f7f1d7e10 [diff] |
Resolves: tdf#128923 should be able to change attributes of multiple lines... without changing color Change-Id: I76cf21af4611afc11bf1861abe7d0b903362e798 Reviewed-on: https://gerrit.libreoffice.org/84637 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx index 89fc0dc22..beb9018 100644 --- a/cui/source/tabpages/tpline.cxx +++ b/cui/source/tabpages/tpline.cxx
@@ -455,6 +455,7 @@ bool SvxLineTabPage::FillItemSet( SfxItemSet* rAttrs ) } // Line color if (m_xLbColor->IsValueChangedFromSaved()) { NamedColor aColor = m_xLbColor->GetSelectedEntry(); XLineColorItem aItem(aColor.second, aColor.first);