From 847c4c7143867fdc616eb42f2a87aeff3173bc5b Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 23 Mar 2005 07:54:59 +0000 Subject: INTEGRATION: CWS adc11 (1.5.42); FILE MERGED 2005/02/23 13:24:42 np 1.5.42.1: #i39458# --- autodoc/source/display/html/hdimpl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autodoc/source') 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) -- cgit