From f5db3b12ae1cd3bfe6ee5d260aec9532cc65f2dc Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 6 Apr 2022 20:14:52 +0200 Subject: sd theme: add UI (sidebar) for shape fill color This requires extending .uno:FillColor with a new parameter, and then merging that parameter into the fill color item in sd/. The sidebar's color picker already generated these parameters. Change-Id: I83e3c4fc37b8d7bd34f0ef9c0cb96e164f7f0b99 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132646 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- svx/sdi/svx.sdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index b4e3e50a2602..b29647e07141 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -2781,7 +2781,7 @@ XFillBitmapItem FillPageBitmap SID_ATTR_PAGE_BITMAP ] XFillColorItem FillColor SID_ATTR_FILL_COLOR -(SfxStringItem Color SID_ATTR_COLOR_STR, XFillColorItem FillColor SID_ATTR_FILL_COLOR) +(SfxStringItem Color SID_ATTR_COLOR_STR, XFillColorItem FillColor SID_ATTR_FILL_COLOR, SfxInt16Item ColorThemeIndex SID_ATTR_COLOR_THEME_INDEX) [ AutoUpdate = TRUE, FastCall = FALSE, -- cgit