summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2023-07-18 13:23:29 +0900
committerTomaž Vajngerl <quikee@gmail.com>2023-07-18 15:11:11 +0200
commitdceeb9550dfd4e40e93180b7e10f2539b594529f (patch)
treea02ec6cb788b0edd2ca99c45c5181cab6dbc4943 /xmloff/source
parent2455826917868a5da5ab1bb4586e067d6c968c43 (diff)
sc: ODF import/export of background cell complex color
Change-Id: Idf526aea21ccfeda9b03d1fb69588f120b6e161d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154571 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/core/xmltoken.cxx1
-rw-r--r--xmloff/source/token/tokens.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index a5f3b976560b..ecefb14f20f1 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -323,6 +323,7 @@ namespace xmloff::token {
TOKEN( "backface-culling", XML_BACKFACE_CULLING ),
TOKEN( "background", XML_BACKGROUND ),
TOKEN( "background-color", XML_BACKGROUND_COLOR ),
+ TOKEN( "background-complex-color", XML_BACKGROUND_COMPLEX_COLOR ),
TOKEN( "background-image", XML_BACKGROUND_IMAGE ),
TOKEN( "no-repeat", XML_BACKGROUND_NO_REPEAT ),
TOKEN( "bar", XML_BAR ),
diff --git a/xmloff/source/token/tokens.txt b/xmloff/source/token/tokens.txt
index 96e88f2ee0c4..1ab7518cd0d2 100644
--- a/xmloff/source/token/tokens.txt
+++ b/xmloff/source/token/tokens.txt
@@ -228,6 +228,7 @@ back-scale
backface-culling
background
background-color
+background-complex-color
background-image
no-repeat
bar