diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-11-14 16:36:20 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-11-14 20:10:28 +0100 |
commit | bda066a77f4167bf83c0167afb6998c2890e60e0 (patch) | |
tree | 22746603deb7c76bda1cf08401c4297a5072284f | |
parent | bfee998e71e2b7e8bcf4a366a00219a9b0f59035 (diff) |
sw floattable: link ODF proposal
Change-Id: Ie0b94b8830f9d2f196effc4a9f7d9fa5839f0d97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159421
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index aeb4c77ea40e..828b4b28c9fd 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -3793,7 +3793,7 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. </rng:define> <rng:define name="draw-frame-attlist" combine="interleave"> - <!-- TODO(vmiklos) no proposal for multi-page floating tables --> + <!-- https://issues.oasis-open.org/browse/OFFICE-4150 Frames may break between pages in text documents --> <rng:optional> <rng:attribute name="loext:may-break-between-pages"> <rng:ref name="boolean"/> |