summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-05-26 08:25:50 +0200
committerMiklos Vajna <vmiklos@collabora.com>2022-05-30 14:26:07 +0200
commitc2bc478f217c5dd898321dfba19078ae1c32b0c4 (patch)
tree5e731922a31a065890269bd981c0c8329c356b46 /include
parent87061501b4030736fd448c0df2f1e8fd007594fa (diff)
sw content controls, date: add ODT filter
Map the Date, DateFormat and DateLanguage UNO properties to: <loext:content-control loext:date="..." loext:date-format="..." loext:date-rfc-language-tag="..."> And do the opposite on import. (cherry picked from commit b3c6511659c58bcc75a9742e0ae0cc436b6f6825) Change-Id: I16d3f755d77ed20380d877ba65dfe6d063f2bec2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135117 Tested-by: Miklos Vajna <vmiklos@collabora.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 85619ab39550..b0e9003b0261 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -3474,6 +3474,8 @@ namespace xmloff::token {
XML_UNCHECKED_STATE,
XML_DISPLAY_TEXT,
XML_PICTURE,
+ XML_DATE_FORMAT,
+ XML_DATE_RFC_LANGUAGE_TAG,
XML_TOKEN_END
};