summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-01-11 09:52:39 +0000
committerNoel Power <noel.power@suse.com>2013-01-11 10:31:56 +0000
commit066bdb31f7ff801b7a36c79c43ecbd527ffb2a88 (patch)
treeeb28b23de349a9b251fd38315c1b37830ed80ff3 /xmloff/source
parentfd5a921a00f034817f67e7e00bd61f0a3f851441 (diff)
support saving/loading hyperlink cell attribute in extended odf
style:table-cell-properties has new child element style:hyperlink which will store the hyperlink info in attributes xlink:href & xlink:type Change-Id: I184310d124c4242cd62fdabb45f9773094cfc229
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/core/xmltoken.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index d7ebd2f9f21d..670596f5a299 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -965,6 +965,7 @@ namespace xmloff { namespace token {
TOKEN( "howpublished", XML_HOWPUBLISHED ),
TOKEN( "href", XML_HREF ),
TOKEN( "html", XML_HTML ),
+ TOKEN( "hyperlink", XML_HYPERLINK ),
TOKEN( "hyperlink-behaviour", XML_HYPERLINK_BEHAVIOUR ),
TOKEN( "hyphenate", XML_HYPHENATE ),
TOKEN( "hyphenation-keep", XML_HYPHENATION_KEEP ),