diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2024-11-01 14:11:09 +0500 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2024-11-01 12:52:30 +0100 |
commit | f1367a41e1ba74f8bb851a7e748ad53d3260e64e (patch) | |
tree | e5d04617e6fb51abe0fcf826b11619b2ebf0f51a /sw/qa/extras/odfexport/data | |
parent | f48198c5f35113f1a68e18ae100e129932928157 (diff) |
tdf#163703: export formats for FIELD_ID_ANNOTATION
It was omitted from commit 842160190e2996efbd936191eed787f3f79ed7b7
(INTEGRATION: CWS notes2 (1.77.24); FILE MERGED, 2008-02-19), and
the field type was skipped from autostyle export phase. With commit
69ed893087f89d176a5ec4b263ce8d75774be72b (tdf#160253: fix list
identifier export decision code, 2024-04-24), this surfaced by not
exporting comments' formatting.
Change-Id: I84a8d5616c37af093404fefb4d1ed3a212000f8d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175899
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/qa/extras/odfexport/data')
-rw-r--r-- | sw/qa/extras/odfexport/data/italics-in-comment.fodt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sw/qa/extras/odfexport/data/italics-in-comment.fodt b/sw/qa/extras/odfexport/data/italics-in-comment.fodt new file mode 100644 index 000000000000..5bf227f3a1f4 --- /dev/null +++ b/sw/qa/extras/odfexport/data/italics-in-comment.fodt @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" office:version="1.4" office:mimetype="application/vnd.oasis.opendocument.text"> + <office:font-face-decls> + <style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/> + </office:font-face-decls> + <office:styles> + <style:default-style style:family="paragraph"> + <style:text-properties style:font-name="Liberation Serif" fo:font-size="12pt"/> + </style:default-style> + <style:style style:name="Standard" style:family="paragraph" style:class="text"/> + <style:style style:name="Comment" style:family="paragraph" style:parent-style-name="Standard" style:class="extra"> + <style:paragraph-properties fo:margin-left="1mm" fo:margin-right="1mm" fo:margin-top="1mm" fo:margin-bottom="0"/> + <style:text-properties fo:font-size="10pt"/> + </style:style> + </office:styles> + <office:automatic-styles> + <style:style style:name="T1" style:family="text"> + <style:text-properties fo:font-style="italic"/> + </style:style> + </office:automatic-styles> + <office:body> + <office:text> + <text:p><office:annotation> + <text:p text:style-name="Comment">lo<text:span text:style-name="T1">r</text:span>em</text:p> + </office:annotation></text:p> + </office:text> + </office:body> +</office:document>
\ No newline at end of file |