diff options
author | Nikolai Pretzell <np@openoffice.org> | 2002-05-14 08:02:21 +0000 |
---|---|---|
committer | Nikolai Pretzell <np@openoffice.org> | 2002-05-14 08:02:21 +0000 |
commit | 83e726c6a5d8c15e55c991854d60fc6d64744a2f (patch) | |
tree | 6f7a4ebe5204d699b2d775b9fb2460814b252f60 /autodoc/source/display/html/hdimpl.cxx | |
parent | 69ad19e30257a7c14e7a50cfe7054e98ea5289a3 (diff) |
#98964#, New layout for Autodoc-IDL-docu and some fixes for gcc
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 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%" ); |