Kaydet (Commit) f6c08dca authored tarafından Michael Stahl's avatar Michael Stahl

Related: tdf#71737 xmloff: adapt XMLSectionExport

6ca6d6ac enabled hyperlinks on 3 more
index types.

Change-Id: I6be99443965541183d531ad7dca57ab5d4c73a9b
üst 78a6ce17
......@@ -1310,7 +1310,10 @@ void XMLSectionExport::ExportIndexTemplateElement(
case TOK_TTYPE_HYPERLINK_END:
if (SvtSaveOptions::ODFVER_012 < aODFVersion)
{
assert(eType == TEXT_SECTION_TYPE_ILLUSTRATION);
assert(eType == TEXT_SECTION_TYPE_ILLUSTRATION
|| eType == TEXT_SECTION_TYPE_OBJECT
|| eType == TEXT_SECTION_TYPE_TABLE
|| eType == TEXT_SECTION_TYPE_USER);
nNamespace = XML_NAMESPACE_LO_EXT;
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment