summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2019-08-31 12:44:12 +0200
committerXisco Faulí <xiscofauli@libreoffice.org>2019-09-10 01:19:26 +0200
commit8f765a37912d7930c1e3aeb93db13acd57bb94b1 (patch)
tree40eec55d23e8b18e18674f327d29bab0074ecab5 /reportdesign
parent89885b911fe342291e562f1c4293314b90ea8281 (diff)
tdf#118710 - Report Builder Character Settings dialog Highlighting tab page
doesn't set background. Regression from: 62fb96e075e79676b45912a3a8ec2702b1e3aaf2 Change-Id: Ie60a4b4d988ba00b3a425dda73ed6ffeb40394c9 Reviewed-on: https://gerrit.libreoffice.org/78340 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 6cc5baa0a15014c442932c60bb60dc2a84edc25f) Reviewed-on: https://gerrit.libreoffice.org/78379 Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org> (cherry picked from commit 583425d04937c4a2842185497742608c5e7b76df) Reviewed-on: https://gerrit.libreoffice.org/78392
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/misc/UITools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/misc/UITools.cxx b/reportdesign/source/ui/misc/UITools.cxx
index 73b905528185..1a1a74592e44 100644
--- a/reportdesign/source/ui/misc/UITools.cxx
+++ b/reportdesign/source/ui/misc/UITools.cxx
@@ -626,7 +626,7 @@ bool openCharDialog( const uno::Reference<report::XReportControlFormat >& _rxRep
{ SID_ATTR_CHAR_SCALEWIDTH, true },
{ SID_ATTR_CHAR_RELIEF, true },
{ SID_ATTR_CHAR_HIDDEN, true },
- { SID_ATTR_BRUSH, true },
+ { SID_ATTR_BRUSH_CHAR, true },
{ SID_ATTR_ALIGN_HOR_JUSTIFY, true },
{ SID_ATTR_ALIGN_VER_JUSTIFY, true },