diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2022-06-14 10:35:04 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2022-06-20 10:36:55 +0200 |
commit | 9c2c48f14535e58cad0453fef584400ee703aecc (patch) | |
tree | de8a74a980cd8f6fbe863f488fa3c4322c8c4323 /schema | |
parent | 50394abcc36a73c0205e6cb69d925c66c25f81f2 (diff) |
tdf#128150 xmloff: ODF import/export of fill-use-slide-background
This would be better as a value of draw:fill, but we can't add values as
an extension.
Change-Id: I05db879a8cb5018e0261f049ae91a5b9aaa760b6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135814
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index 293e40d9601c..9d84b4ee2343 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -1757,6 +1757,12 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. </rng:choice> </rng:attribute> </rng:optional> + <!-- TODO no proposal for fill-use-slide-background - should perhaps be added as draw:fill value --> + <rng:optional> + <rng:attribute name="loext:fill-use-slide-background"> + <rng:ref name="boolean"/> + </rng:attribute> + </rng:optional> <rng:optional> <rng:attribute name="draw:fill-color"> <rng:ref name="color"/> |