summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-05-19 09:12:21 +0200
committerMiklos Vajna <vmiklos@collabora.com>2022-05-19 17:07:42 +0200
commit81ce15c466cda946ae94f38904215f24555021ad (patch)
tree5581f7288fe864a1bed6da029827c9c62f3e8944 /include/xmloff
parente9bee595fdff989b78abb3ebf27efbe9af543eca (diff)
sw content controls, picture: add ODT filter
Map Picture UNO property on content controls to: <loext:content-control loext:picture="..."> And do the opposite on import. Change-Id: I47c3d04c505ba94da958d5d6b6b2c883236afc3d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134595 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmltoken.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index cb088d6cb966..d6a3a2e85a3b 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -3494,6 +3494,7 @@ namespace xmloff::token {
XML_CHECKED_STATE,
XML_UNCHECKED_STATE,
XML_DISPLAY_TEXT,
+ XML_PICTURE,
XML_TOKEN_END
};