From 1d2830b936d02ed0882d9cc1234ddafb3bb7e8dd Mon Sep 17 00:00:00 2001 From: Regina Henschel Date: Mon, 22 May 2023 15:57:38 +0200 Subject: tdf#155271 add drawooo:display to libreoffice-schema Commit 33ef17ed had introduced attribute drawooo:display at 2010-03-02. The entry in libreoffice-schema.rng was missing and therefore validation in unit tests fails, when this attribute occures. The attribute is written in case an object in Calc is hidden by hiding the cell to which it is anchored, for example. The attribute belongs to properties 'Visibile' and 'Printable' in 'Shape Service' in API. Change-Id: Id3d2e7984aed146fca9e2819eb183d7d7bfaf701 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152119 Reviewed-by: Michael Stahl Tested-by: Jenkins Reviewed-by: Regina Henschel --- schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'schema') diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index 0436448644bb..2466b797933c 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -3620,4 +3620,17 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. + + + + + + always + screen + printer + none + + + + -- cgit