diff options
author | László Németh <nemeth@numbertext.org> | 2021-05-26 16:31:15 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2021-05-27 15:25:06 +0200 |
commit | 48898a72066ff9982feafebb26708c4e779fd460 (patch) | |
tree | 638f750030a78be80f84f00c2772b861fd09808d /xmloff | |
parent | f3e4c05ce6feaebebb269f1c984a92c1175061a4 (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 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/token/tokens.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index f557d0e8102b..4334f52a74ac 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -1920,6 +1920,7 @@ namespace xmloff::token { TOKEN( "text-background-color", XML_TEXT_BACKGROUND_COLOR ), TOKEN( "text-blinking", XML_TEXT_BLINKING ), TOKEN( "text-box", XML_TEXT_BOX ), + TOKEN( "text-changes-only", XML_TEXT_CHANGES_ONLY ), TOKEN( "text-color", XML_TEXT_COLOR ), TOKEN( "text-combine", XML_TEXT_COMBINE ), TOKEN( "text-combine-end-char", XML_TEXT_COMBINE_END_CHAR ), diff --git a/xmloff/source/token/tokens.txt b/xmloff/source/token/tokens.txt index 53b2f76cbde8..de859d508fb8 100644 --- a/xmloff/source/token/tokens.txt +++ b/xmloff/source/token/tokens.txt @@ -1827,6 +1827,7 @@ text-autospace text-background-color text-blinking text-box +text-changes-only text-color text-combine text-combine-end-char |