diff options
author | Vojtěch Doležal <dolezvo1@cvut.cz> | 2023-03-09 17:23:09 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-03-10 08:54:49 +0000 |
commit | 61d55b67b02a74456a407b84fcba82d8c39bc697 (patch) | |
tree | ebe2143e89bb59ab88691d76a29025ffeef405af /schema | |
parent | c1d6af3e9a8937cef192e2764ad4afb572743d86 (diff) |
Moved target-url and use-target-url into loext namespace
Change-Id: I4307a20f34543d4a187b5e59f117b43371f6f6fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148559
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index ccf6cc9f6541..f0f84bd3fd40 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -3212,8 +3212,8 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. <rng:name>text:issn</rng:name> <rng:name>loext:local-url</rng:name> <!-- TODO no proposal --> - <rng:name>text:target-url</rng:name> - <rng:name>text:use-target-url</rng:name> + <rng:name>loext:target-url</rng:name> + <rng:name>loext:use-target-url</rng:name> </rng:choice> <rng:ref name="string"/> </rng:attribute> |