[Libreoffice-commits] core.git: xmloff/source
Michael Stahl
mstahl at redhat.com
Wed Dec 13 21:49:12 UTC 2017
xmloff/source/text/XMLIndexTemplateContext.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8d0e6ad024f3154115bc39f9db4cec3a6afc59c4
Author: Michael Stahl <mstahl at redhat.com>
Date: Wed Dec 13 22:43:14 2017 +0100
Related: tdf#71737 xmloff: import of user-defined hyperlink was missing
... from commit 6ca6d6ac912588a8f62d7e6b668ebec333752ebc.
Change-Id: I7f604df3ae83fcc11d148e64c5fc6f7bc229d873
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
};
More information about the Libreoffice-commits
mailing list