summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2021-05-26 16:31:15 +0200
committerLászló Németh <nemeth@numbertext.org>2021-05-27 15:25:06 +0200
commit48898a72066ff9982feafebb26708c4e779fd460 (patch)
tree638f750030a78be80f84f00c2772b861fd09808d /schema
parentf3e4c05ce6feaebebb269f1c984a92c1175061a4 (diff)
tdf#60382 sw xmloff: import/export tracked table/row deletion
to OpenDocument format using <style:table-row-properties loext:text-changes-only="false"/> Rename also com::sun::star::text::TextTableRow::IsNotTracked to com::sun::star::text::TextTableRow::HasTextChangesOnly. Follow-up to commit 05366b8e6683363688de8708a3d88cf144c7a2bf "tdf#60382 sw offapi: add change tracking of table/row deletion". Change-Id: Iefb0d4095af0983fdd15697d5b80073d18d21bd7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116212 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'schema')
-rw-r--r--schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng9
1 files changed, 9 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
index a50316edd093..a4d359c5a3a9 100644
--- a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
+++ b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
@@ -2651,4 +2651,13 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.
</rng:optional>
</rng:define>
+ <!-- TODO no proposal -->
+ <rng:define name="style-table-row-properties-attlist" combine="interleave">
+ <rng:optional>
+ <rng:attribute name="loext:text-changes-only">
+ <rng:ref name="boolean"/>
+ </rng:attribute>
+ </rng:optional>
+ </rng:define>
+
</rng:grammar>