diff options
Diffstat (limited to 'autodoc/source/display/html/hdimpl.cxx')
-rw-r--r-- | autodoc/source/display/html/hdimpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/display/html/hdimpl.cxx b/autodoc/source/display/html/hdimpl.cxx index 4dc339ba105b..78e9b81dc67c 100644 --- a/autodoc/source/display/html/hdimpl.cxx +++ b/autodoc/source/display/html/hdimpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: hdimpl.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2003-12-01 16:11:32 $ + * last change: $Author: vg $ $Date: 2005-03-23 08:54:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -346,7 +346,7 @@ Create_ChildListTable( const char * i_sTitle ) html::TableRow & rRow = dpTable->AddRow(); rRow - << new html::BgColorAttr("#CCCCFF") + << new html::ClassAttr("subtitle") >> *new html::TableCell << new xml::AnAttribute( "colspan","2" ) >> *new html::Headline(4) |