diff options
Diffstat (limited to 'xmlhelp/source')
-rw-r--r-- | xmlhelp/source/com/sun/star/help/HelpCompiler.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmlhelp/source/com/sun/star/help/HelpCompiler.cxx b/xmlhelp/source/com/sun/star/help/HelpCompiler.cxx index e136e1ea1f20..a89b49e5b8b3 100644 --- a/xmlhelp/source/com/sun/star/help/HelpCompiler.cxx +++ b/xmlhelp/source/com/sun/star/help/HelpCompiler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: HelpCompiler.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ihi $ $Date: 2007-06-05 10:24:30 $ + * last change: $Author: hr $ $Date: 2007-06-26 12:37:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -426,6 +426,7 @@ bool HelpCompiler::compile() if (modulename == "DEFAULT") { + streamTable.dropdefault(); streamTable.default_doc = docResolvedDoc; streamTable.default_hidlist = aparser.hidlist; streamTable.default_helptexts = aparser.helptexts; @@ -433,6 +434,7 @@ bool HelpCompiler::compile() } else if (modulename == module) { + streamTable.dropappl(); streamTable.appl_doc = docResolvedDoc; streamTable.appl_hidlist = aparser.hidlist; streamTable.appl_helptexts = aparser.helptexts; |