summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2020-05-23 19:54:14 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2020-05-24 07:25:07 +0200
commitebd391767d70903e6a4ea7e213f475af94e183ec (patch)
tree45528ea8619cf1a6786f8158f8f8d957a1c00223 /schema
parent0e5e935deb0527c64865cfcc53a0421e56b74b6f (diff)
tdf#101181: drop useless "GlowEffect" boolean property
Just use GlowEffectRad to indicate effect presense: radius of 0 means effect is disabled. Change-Id: Ic06bba34f5a851f120d3d00cb7e20c429ead9ee1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94732 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'schema')
-rw-r--r--schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng8
1 files changed, 0 insertions, 8 deletions
diff --git a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
index 2f316b6764a0..90e240a5a2a1 100644
--- a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
+++ b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
@@ -922,14 +922,6 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.
</rng:optional>
<!-- TODO: no proposal for loext:glow* -->
<rng:optional>
- <rng:attribute name="loext:glow">
- <rng:choice>
- <rng:value>visible</rng:value>
- <rng:value>hidden</rng:value>
- </rng:choice>
- </rng:attribute>
- </rng:optional>
- <rng:optional>
<rng:attribute name="loext:glow-radius">
<rng:ref name="length"/>
</rng:attribute>