summaryrefslogtreecommitdiff
path: root/oox/source/token/relationship.inc
diff options
context:
space:
mode:
authorSerge Krot <Serge.Krot@cib.de>2020-05-13 22:52:52 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-05-26 00:20:54 +0200
commitfd238380ae7820f12ac1f7c52d0f7180a93f3ba3 (patch)
tree45ab7a3059654e33707af0af7aa9c0dee069d74e /oox/source/token/relationship.inc
parent51404171449eadcb69057ff03cbb7bdb0117910b (diff)
tdf#106181 XLSX export: output form controls
Prepared general algorithm to ouput form controls into XLSX. For now only CHECKBOX is supported with a possibility to link withem to any worksheet/cell. Change-Id: Ide8739d81ffb755aeae074c4ebecf24251383e34 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94161 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'oox/source/token/relationship.inc')
-rw-r--r--oox/source/token/relationship.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/token/relationship.inc b/oox/source/token/relationship.inc
index 9b163038b169..2b973ded1653 100644
--- a/oox/source/token/relationship.inc
+++ b/oox/source/token/relationship.inc
@@ -3,6 +3,7 @@
{Relationship::COMMENTS, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments"},
{Relationship::COMMENTAUTHORS, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/commentAuthors"},
{Relationship::CONTROL, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/control"},
+{Relationship::CTRLPROP, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/ctrlProp"},
{Relationship::CUSTOMXML, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml"},
{Relationship::CUSTOMXMLPROPS, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps"},
{Relationship::DIAGRAMCOLORS, "http://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramColors"},