officecfg/registry/data.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b117346f702cae6709c59dc9ee82a54daf511f71 Author: Stephan Bergmann <stephan.bergm...@collabora.com> AuthorDate: Wed Jul 16 13:06:40 2025 +0200 Commit: Stephan Bergmann <stephan.bergm...@collabora.com> CommitDate: Wed Jul 16 14:20:32 2025 +0200 oor:items is allowed in oor:data ...ever since d644a561eeb3e6ceb943819895a40c461effdbe6 "Allow <oor:items> in .xcd too", so also update the DTD to match reality Change-Id: Ib864c1b177c7e13d2ae6bac76f9d856e04c79ace Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187955 Reviewed-by: Stephan Bergmann <stephan.bergm...@collabora.com> Tested-by: Jenkins diff --git a/officecfg/registry/data.dtd b/officecfg/registry/data.dtd index 2c9bce6d6428..ba6853702c24 100644 --- a/officecfg/registry/data.dtd +++ b/officecfg/registry/data.dtd @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<!ELEMENT oor:data (dependency*, (oor:component-schema | oor:component-data)*)> +<!ELEMENT oor:data (dependency*, (oor:component-schema | oor:component-data | oor:items)*)> <!ATTLIST oor:data> <!ELEMENT dependency EMPTY>