summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-04-27 08:53:13 +0200
committerMiklos Vajna <vmiklos@collabora.com>2022-05-02 08:18:16 +0200
commitd0a5eebad23c0af09c3063a308c2a4b5dec9f18f (patch)
tree236b6320f05d7dfdaa080927263512e3a162cdda /include
parent2da286b41edfced3c331f69445dcda6ce55b3c84 (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="..." (cherry picked from commit c2fab664a887b16cb78570851ceffcacd26815f7) Change-Id: Ia4623004ee39c77f5f242c2d720bc188e4dd9433 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133643 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmltoken.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index f4378934fb8f..d70ae8bdb538 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -3470,6 +3470,8 @@ namespace xmloff::token {
XML_CONTENT_CONTROL,
XML_SHOWING_PLACE_HOLDER,
+ XML_CHECKED_STATE,
+ XML_UNCHECKED_STATE,
XML_TOKEN_END
};