summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-12-13 22:43:14 +0100
committerMichael Stahl <mstahl@redhat.com>2017-12-13 22:44:32 +0100
commit8d0e6ad024f3154115bc39f9db4cec3a6afc59c4 (patch)
tree80e273e8f0b20ecb6a94101979e8a514985767fc /xmloff
parent68eb27e3bd5d536e7b00b7dc145ae4943b95bec9 (diff)
Related: tdf#71737 xmloff: import of user-defined hyperlink was missing
... from commit 6ca6d6ac912588a8f62d7e6b668ebec333752ebc. Change-Id: I7f604df3ae83fcc11d148e64c5fc6f7bc229d873
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLIndexTemplateContext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexTemplateContext.cxx b/xmloff/source/text/XMLIndexTemplateContext.cxx
index 17d718fc6cdf..7d26498110d6 100644
--- a/xmloff/source/text/XMLIndexTemplateContext.cxx
+++ b/xmloff/source/text/XMLIndexTemplateContext.cxx
@@ -336,8 +336,8 @@ const bool aAllowedTokenTypesUser[] =
true, // XML_TOK_INDEX_TYPE_TEXT,
true, // XML_TOK_INDEX_TYPE_PAGE_NUMBER,
true, // XML_TOK_INDEX_TYPE_CHAPTER,
- false, // XML_TOK_INDEX_TYPE_LINK_START,
- false, // XML_TOK_INDEX_TYPE_LINK_END,
+ true, // XML_TOK_INDEX_TYPE_LINK_START,
+ true, // XML_TOK_INDEX_TYPE_LINK_END,
false // XML_TOK_INDEX_TYPE_BIBLIOGRAPHY
};