From 83e726c6a5d8c15e55c991854d60fc6d64744a2f Mon Sep 17 00:00:00 2001 From: Nikolai Pretzell Date: Tue, 14 May 2002 08:02:21 +0000 Subject: #98964#, New layout for Autodoc-IDL-docu and some fixes for gcc --- autodoc/source/display/html/hdimpl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autodoc/source/display/html/hdimpl.cxx') diff --git a/autodoc/source/display/html/hdimpl.cxx b/autodoc/source/display/html/hdimpl.cxx index 9a3ff8afedd5..dee9d525af98 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.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-03-08 14:45:23 $ + * last change: $Author: np $ $Date: 2002-05-14 09:02:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -333,7 +333,7 @@ Create_ChildListTable( const char * i_sTitle ) html::Table * dpTable = new html::Table; *dpTable -// << new xml::AnAttribute( "border", "1" ) + << new xml::AnAttribute( "border", "1" ) << new xml::AnAttribute( "cellpadding", "5" ) << new xml::AnAttribute( "cellspacing", "0" ) << new html::WidthAttr( "100%" ); -- cgit