[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - reportdesign/source
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Sat Aug 31 21:36:06 UTC 2019
reportdesign/source/ui/misc/UITools.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a872c7fd02dbdaba66bd269a8ed1c5ca5676f977
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Sat Aug 31 12:44:12 2019 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Sat Aug 31 23:35:26 2019 +0200
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 at collabora.com>
(cherry picked from commit 6cc5baa0a15014c442932c60bb60dc2a84edc25f)
Reviewed-on: https://gerrit.libreoffice.org/78360
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
diff --git a/reportdesign/source/ui/misc/UITools.cxx b/reportdesign/source/ui/misc/UITools.cxx
index 03e51a265d38..d58483a28c62 100644
--- a/reportdesign/source/ui/misc/UITools.cxx
+++ b/reportdesign/source/ui/misc/UITools.cxx
@@ -628,7 +628,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 },
More information about the Libreoffice-commits
mailing list