diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-12-07 08:32:30 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-12-07 09:37:18 +0100 |
commit | c95288aec4eb4d92a5ccfb9d8fc02a0185d8e8d0 (patch) | |
tree | a0fb42d00dad076a103ae8ec2d0df141e2a58fde /include/xmloff/xmltoken.hxx | |
parent | 68c15984ea17354c03e5ddf03e0c0b4214999659 (diff) |
ODP export: write the theme of a master page
Which requires describing the schema, which is really just a new
<loext:theme> element, the rest reuses the color-table markup, which
wasn't used in ODF so far (but was used in our .soc files).
Also make sure that we only do this in ODF extended mode (which is the
default).
Change-Id: I90eaad30f63946c441fe0c53caf6a47caf1714d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126466
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'include/xmloff/xmltoken.hxx')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 26a4c050f78a..dfdacf58c5ff 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -3440,6 +3440,8 @@ namespace xmloff::token { XML_LINKED_STYLE_NAME, + XML_THEME, + XML_TOKEN_END }; |