Kaydet (Commit) ac914a4d authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS helplinker01redux (1.2.2); FILE MERGED

2007/06/16 15:47:33 cmc 1.2.2.1: #i78530# and remove leak
üst 6df458d8
......@@ -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;
......
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