summaryrefslogtreecommitdiff
path: root/xmlhelp/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 11:37:53 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 11:37:53 +0000
commitac914a4dd4ace03a1d9ccc39158ff839c38f91f0 (patch)
tree9af1dd5ccbc29c2690b31c53ca4aa9db964dac03 /xmlhelp/source
parent6df458d84b1f7e26bf2a6ca8c08eeb75d1819f13 (diff)
INTEGRATION: CWS helplinker01redux (1.2.2); FILE MERGED
2007/06/16 15:47:33 cmc 1.2.2.1: #i78530# and remove leak
Diffstat (limited to 'xmlhelp/source')
-rw-r--r--xmlhelp/source/com/sun/star/help/HelpCompiler.cxx6
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;