From cd1a4af8264c7d1601c147edb3150f7dfaacde64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 14 Dec 2005 14:33:06 +0000 Subject: [PATCH] INTEGRATION: CWS rt13 (1.3.8); FILE MERGED 2005/12/07 17:23:59 np 1.3.8.1: #i58717# --- autodoc/source/display/html/nav_main.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/autodoc/source/display/html/nav_main.cxx b/autodoc/source/display/html/nav_main.cxx index 0ac310634116..b6c4bd05816f 100644 --- a/autodoc/source/display/html/nav_main.cxx +++ b/autodoc/source/display/html/nav_main.cxx @@ -4,9 +4,9 @@ * * $RCSfile: nav_main.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:31:05 $ + * last change: $Author: rt $ $Date: 2005-12-14 15:33:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -318,6 +318,7 @@ MainRow::Write2( csi::xml::Element & o_rOut ) const Table * pTable = new Table; o_rOut >> *pTable + << new AnAttribute( "class", "navimain" ) << new AnAttribute( "border", "0" ) << new AnAttribute( "cellpadding", "1" ) << new AnAttribute( "cellspacing", "0" );