diff options
author | Mark Hung <marklh9@gmail.com> | 2019-02-19 23:54:55 +0800 |
---|---|---|
committer | Mark Hung <marklh9@gmail.com> | 2019-02-27 11:11:32 +0100 |
commit | 4076b7589a7c856beb4fe2f7f5cd784443415cd3 (patch) | |
tree | cfb9ba025fddb1a8a16565e5a56cf7f850d14297 /schema | |
parent | a3ed62e2707a27f6f3b51c41771301b5cf9a48f5 (diff) |
tdf#123557 PPTX: Export timenode condition targets.
Refactor the code and reuse WriteAnimationTarget to export
the target element for the condition element in stCondLst
and endCondLst.
Add testTdf123557 to make sure import-export-import works.
As SdOOXMLExportTest2::testTdf90627 no longer produce corupt
pptx that has endCondLst without Cond element, make the
xpath more specific about what is testing.
Update schema because drawooo:enhanced-path incluced in the
test case.
Change-Id: If5d64f5c23aa2652cfa72471f9f7886c7dd956eb
Reviewed-on: https://gerrit.libreoffice.org/68211
Tested-by: Jenkins
Reviewed-by: Mark Hung <marklh9@gmail.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng index 19786f82a7e1..e5a0116bd029 100644 --- a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng +++ b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng @@ -2266,6 +2266,11 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. <rng:ref name="string"/> </rng:attribute> </rng:optional> + <rng:optional> + <rng:attribute name="drawooo:enhanced-path"> + <rng:ref name="string"/> + </rng:attribute> + </rng:optional> </rng:define> <!-- TODO no proposal --> |