summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-06 14:43:35 +0000
committerXisco Faulí <xiscofauli@libreoffice.org>2019-12-09 13:43:50 +0100
commit524d3754bee2161c1caa01d5415b39726dd668c9 (patch)
treedd73af839c5a645ad6ab158c12a0f407cdf65630 /cui
parent8c39a4ea777c0afa1dbea9a3399436d22c2e6e70 (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/84639 Tested-by: Jenkins Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
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 8dd8dc36f527..b8ddc16ed0e8 100644
--- a/cui/source/tabpages/tpline.cxx
+++ b/cui/source/tabpages/tpline.cxx
@@ -468,6 +468,7 @@ bool SvxLineTabPage::FillItemSet( SfxItemSet* rAttrs )
}
// Line color
+ if (m_xLbColor->IsValueChangedFromSaved())
{
NamedColor aColor = m_xLbColor->GetSelectedEntry();
XLineColorItem aItem(aColor.second, aColor.first);