summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-16 23:38:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-17 14:05:13 +0100
commit52950dd69df3630a49422604473219db2393fa71 (patch)
tree1a60cbc6c15c7575b09095c2b59b75b62addeed6 /autodoc
parentde8437359f8041db9b0cdf7f8bcb20b2583749d9 (diff)
remove unused ifdef branch
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/display/html/outfile.cxx5
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