summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-06 14:43:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-12-07 20:39:38 +0100
commit23440b106ba7c84f91bd88f92a2580d626a829eb (patch)
tree03e98053905a518bdded72b6aa1f853e2ebbb345 /cui
parentad86ebb1f86f6347ccb9bbe40b0ca080562cbae8 (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/84638 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/tpline.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx
index 89fc0dc227ef..beb9018d4361 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);