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

HelpLinker: add comment for mysterious XML parsing

Change-Id: I9aa5fd2cb0cb4eae0a94f8d3d6b6185a1fcffdc4
üst 7f101a29
......@@ -968,6 +968,9 @@ HELPLINKER_DLLPUBLIC bool compileExtensionHelp
xmlSetStructuredErrorFunc( NULL, NULL );
// i83624: Tree files
// The following basically checks if the help.tree is well formed XML.
// Apparently there have been cases when translations contained
// non-well-formed XML in the past.
OUString aTreeFileURL = aExtensionLanguageRoot;
aTreeFileURL += OUString("/help.tree");
osl::DirectoryItem aTreeFileItem;
......
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