diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2023-05-25 13:55:21 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2023-05-27 06:00:31 +0200 |
commit | 38e0e78998153463caf9c3c72ef7f4549ddff0e8 (patch) | |
tree | a9aa678c3f02d5a871c2086144bb6819e7afae3e /schema | |
parent | 2b3b4026a5c6a1b92c0b29b94dd62a4c3c7b9fad (diff) |
xmloff: add color-type attribute to complex color
We need to identify what the color type of the complex color is.
For now we mostly use "theme", but in the future we can also have
other types like "rgb",... when the infrastructure for that is
built.
Change-Id: I38c91d294a191ca3124be4e99050977c9815d23e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152253
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index d56acc1668ca..f01e1c8533e7 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -3493,6 +3493,9 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. <rng:define name="loext-complex-color-attlist"> <rng:interleave> + <rng:attribute name="loext:color-type"> + <rng:ref name="string"/> + </rng:attribute> <rng:optional> <rng:attribute name="loext:theme-type"> <rng:ref name="theme-color"/> |