diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2023-08-14 22:52:20 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2023-08-25 08:04:29 +0200 |
commit | 9d1140cb745613625bbd8af251c778a7c789e6d0 (patch) | |
tree | bf8202ed9461e9fd4d231b7460aa0f3705cb823e /schema | |
parent | 826300d55b8f18593c4b56fb448d09fac52820bd (diff) |
xmloff: support stroke/line complex color import/export + test
Change-Id: I4ed901fd5b23e58aafa781e2b07f460f034fbba3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155685
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index c9571ac2a77a..b1a344e7bf4a 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -3596,6 +3596,13 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. </rng:element> </rng:define> + <!-- TODO no proposal - Document Themes --> + <rng:define name="loext-stroke-complex-color"> + <rng:element name="loext:stroke-complex-color"> + <rng:ref name="loext-complex-color-definition"/> + </rng:element> + </rng:define> + <!-- TODO no proposal --> <rng:define name="style-text-properties-elements" combine="interleave"> <rng:optional> @@ -3606,6 +3613,9 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. <!-- TODO no proposal --> <rng:define name="style-graphic-properties-elements" combine="interleave"> <rng:optional> + <rng:ref name="loext-stroke-complex-color"/> + </rng:optional> + <rng:optional> <rng:ref name="loext-fill-complex-color"/> </rng:optional> </rng:define> |