diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 07:54:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 07:54:59 +0000 |
commit | 847c4c7143867fdc616eb42f2a87aeff3173bc5b (patch) | |
tree | 7067518edcaa191b31bbd70af1ee18bf439e2770 /autodoc/source | |
parent | 0dfba82162053660333293c341f1cec9a09b324d (diff) |
INTEGRATION: CWS adc11 (1.5.42); FILE MERGED
2005/02/23 13:24:42 np 1.5.42.1: #i39458#
Diffstat (limited to 'autodoc/source')
-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) |