diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-12-22 10:40:58 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-06-30 12:39:04 +0200 |
commit | ca2a3ffb63fb701406ff453e2220b520c0319d0e (patch) | |
tree | eb9ff4be256fd2e2fbcfe6f75b01458848396793 /svx/sdi | |
parent | 286b586f633966a0530d4e74dc304701ee9d769f (diff) |
sd theme: allow setting color effects in the sidebar
Which requires adding slot ids for the theme index / luminance
modulation / luminance offset. Also merge them on the sd/ side, similar
to what the character dialog does already.
(cherry picked from commit 60d7796624f1c56eb036d3e73d7f8a8216cce2a4)
Also squash in commit 03faef951a0dd4352a371ead89ca79040359234b
(mergelibs: fix duplicate aSfxInt16Item_Impl, 2021-12-24).
Change-Id: I0ae1b4d315b2bd53c17522dbccab160e6208716b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136625
Tested-by: Miklos Vajna <vmiklos@collabora.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index d4a4d6eee905..94ef06fde21c 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -1506,7 +1506,7 @@ SfxVoidItem ClearOutline SID_OUTLINE_DELETEALL SvxColorItem Color SID_ATTR_CHAR_COLOR -(SfxStringItem Color SID_ATTR_COLOR_STR, SvxColorItem Color SID_ATTR_CHAR_COLOR) +(SfxStringItem Color SID_ATTR_COLOR_STR, SvxColorItem Color SID_ATTR_CHAR_COLOR, SfxInt16Item ColorThemeIndex SID_ATTR_COLOR_THEME_INDEX, SfxInt16Item ColorLumMod SID_ATTR_COLOR_LUM_MOD, SfxInt16Item ColorLumOff SID_ATTR_COLOR_LUM_OFF) [ AutoUpdate = TRUE, FastCall = FALSE, |