diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-04-27 08:53:13 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-04-27 10:16:19 +0200 |
commit | c2fab664a887b16cb78570851ceffcacd26815f7 (patch) | |
tree | 8625ed3500df507e48b40f289eb077055a4d987e /include | |
parent | 7fbfefaedec93d7b49d1f53e23aed3cbbb55b315 (diff) |
sw content controls, checkbox: add ODT filter
Map the 4 new UNO properties to XML attributes:
- Checkbox <-> loext:checkbox="..."
- Checked <-> loext:checked="..."
- CheckedState <-> loext:checked-state="..."
- UncheckedState <-> loext:unchecked-state="..."
Change-Id: Ia4623004ee39c77f5f242c2d720bc188e4dd9433
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133467
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'include')
-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 cdfb259f59ce..4db16a783e2d 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -3489,6 +3489,8 @@ namespace xmloff::token { XML_CONTENT_CONTROL, XML_SHOWING_PLACE_HOLDER, + XML_CHECKED_STATE, + XML_UNCHECKED_STATE, XML_TOKEN_END }; |