summaryrefslogtreecommitdiff
path: root/udm/source/html/htmlitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'udm/source/html/htmlitem.cxx')
-rw-r--r--udm/source/html/htmlitem.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/udm/source/html/htmlitem.cxx b/udm/source/html/htmlitem.cxx
index bf34cc3b4d69..278ac63a6b24 100644
--- a/udm/source/html/htmlitem.cxx
+++ b/udm/source/html/htmlitem.cxx
@@ -58,14 +58,6 @@ Body::LineBreakAfterBeginTag() const
return true;
}
-#ifndef COMPATIBLE_NETSCAPE_47
-bool
-HorizontalLine::LineBreakAfterBeginTag() const
-{
- return true;
-}
-#endif
-
Image::Image( const String & i_sSrc,
const String & i_sWidth,
@@ -96,23 +88,12 @@ Headline::LineBreakAfterEndTag() const
return true;
}
-#ifndef COMPATIBLE_NETSCAPE_47
-bool
-LineBreak::LineBreakAfterBeginTag() const
-{
- return true;
-}
-#endif
-
-
bool
TableCell::LineBreakAfterEndTag() const
{
return true;
}
-
-
TableCell &
TableRow::AddCell( DYN Item * let_dpItem )
{