INTEGRATION: CWS rt13 (1.4.8); FILE MERGED

2005/12/07 17:24:02 np 1.4.8.1: #i58717#
This commit is contained in:
Rüdiger Timm 2005-12-14 14:34:30 +00:00
parent f3e6e146e8
commit a6ae4cc78c

View file

@ -4,9 +4,9 @@
*
* $RCSfile: hf_funcdecl.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2005-09-07 18:00:17 $
* last change: $Author: rt $ $Date: 2005-12-14 15:34:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -59,6 +59,7 @@ HF_FunctionDeclaration::HF_FunctionDeclaration( Xml::Element & o_rParent,
pTable = new Html::Table;
CurOut()
>> *pTable
<< new Html::ClassAttr("table-in-method")
<< new Xml::AnAttribute("border","0");
}