diff options
Diffstat (limited to 'autodoc/source/display')
-rw-r--r-- | autodoc/source/display/html/outfile.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/autodoc/source/display/html/outfile.cxx b/autodoc/source/display/html/outfile.cxx index 82ab2eac7749..2f31170f11e1 100644 --- a/autodoc/source/display/html/outfile.cxx +++ b/autodoc/source/display/html/outfile.cxx @@ -365,12 +365,7 @@ HtmlDocuFile::WriteBody( csv::File & io_aFile ) if ( sCopyright.length() > 0 ) { aBodyData -#ifndef COMPATIBLE_NETSCAPE_47 - >> *new html::HorizontalLine - << new html::SizeAttr( "3" ); -#else << new xml::XmlCode("<hr size=\"3\">"); -#endif aBodyData >> *new html::Paragraph |