diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-05-04 20:23:16 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-05-05 08:07:49 +0200 |
commit | 0c13e4768c3c7937c2fd71675c86ff8a0ca3fe50 (patch) | |
tree | 6aa75104a6644dac7354156c2dc0beff68013aaa /include/xmloff | |
parent | 574018db41b9be7619bddda098c6068efdc2886a (diff) |
sd theme: add ODP import/export for shape fill color effects
Map a themed color with effects to:
<style:graphic-properties draw:fill-color="..." loext:fill-theme-color="..." loext:fill-color-lum-mod="..." loext:fill-color-lum-off="...">
Change-Id: I18d8ddf8d6050ef468a8d67a9e797a576f682e85
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133843
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 4db16a783e2d..5d1dc09e9937 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -3486,6 +3486,8 @@ namespace xmloff::token { XML_FOLHLINK, XML_COLOR_LUM_MOD, XML_COLOR_LUM_OFF, + XML_FILL_COLOR_LUM_MOD, + XML_FILL_COLOR_LUM_OFF, XML_CONTENT_CONTROL, XML_SHOWING_PLACE_HOLDER, |