diff options
author | Regina Henschel <rb.henschel@t-online.de> | 2024-09-18 10:43:32 +0200 |
---|---|---|
committer | Regina Henschel <rb.henschel@t-online.de> | 2024-09-19 08:54:44 +0200 |
commit | 35c5d496645e64463ff4ba1e7b0b78f6b55741d9 (patch) | |
tree | 302b9fbefe97ba28c46b1cf00e35799e0cc21afa /include/xmloff | |
parent | 56507ad26c2827257f201e096beac95d8c725d5f (diff) |
tdf#162963 export property TotalsRow to ODF
DatabaseRange has got the property TotalsRow with UI and UNO. But this
property was not written to ODF. The patch adds this as attribute
calcext:contains-footer to <table:database-range> element.
Related is issue OFFICE-4169 at OASIS.
Change-Id: I99a51198585b9b7dfb840217bdf1312f2462c9bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173612
Tested-by: Jenkins
Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index aecf9a5bd4ae..6c1eff448930 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -507,6 +507,7 @@ namespace xmloff::token { XML_CONSOLIDATION, XML_CONSTANT, XML_CONTAINS_ERROR, + XML_CONTAINS_FOOTER, XML_CONTAINS_HEADER, XML_CONTENT, XML_CONTENT_VALIDATION, |