summaryrefslogtreecommitdiff
path: root/helpcompiler
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-08 13:36:55 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-08 13:40:59 +0200
commit18af827875cd587552767dea747f3dafa47bd963 (patch)
treea06efbc81445afac77ddc1f911fef40003fdf316 /helpcompiler
parent7f101a29e12ce6ca85b2fb7162452db70b0c6257 (diff)
HelpLinker: add comment for mysterious XML parsing
Change-Id: I9aa5fd2cb0cb4eae0a94f8d3d6b6185a1fcffdc4
Diffstat (limited to 'helpcompiler')
-rw-r--r--helpcompiler/source/HelpLinker.cxx3
1 files changed, 3 insertions, 0 deletions
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;