From 18af827875cd587552767dea747f3dafa47bd963 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 8 Apr 2013 13:36:55 +0200 Subject: HelpLinker: add comment for mysterious XML parsing Change-Id: I9aa5fd2cb0cb4eae0a94f8d3d6b6185a1fcffdc4 --- helpcompiler/source/HelpLinker.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'helpcompiler/source/HelpLinker.cxx') diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx index cf5ef12b6dba..e122feeb62ea 100644 --- a/helpcompiler/source/HelpLinker.cxx +++ b/helpcompiler/source/HelpLinker.cxx @@ -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; -- cgit