From 8c3263ff991c9803e5df01ae5d297047a03d7a46 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 18 Sep 2007 13:29:36 +0000 Subject: INTEGRATION: CWS adc17 (1.5.26); FILE MERGED 2007/08/10 10:44:54 np 1.5.26.1: #i23626 correct spacing in autodoc output# --- udm/inc/udm/html/htmlitem.hxx | 6 ++---- udm/source/html/htmlitem.cxx | 10 ++-------- 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'udm') diff --git a/udm/inc/udm/html/htmlitem.hxx b/udm/inc/udm/html/htmlitem.hxx index 904a83f54a4e..d49a19a59828 100644 --- a/udm/inc/udm/html/htmlitem.hxx +++ b/udm/inc/udm/html/htmlitem.hxx @@ -4,9 +4,9 @@ * * $RCSfile: htmlitem.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:33:24 $ + * last change: $Author: vg $ $Date: 2007-09-18 14:29:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -110,8 +110,6 @@ class Label : public csi::xml::AnElement const ::csv::String & i_sLabel ) : csi::xml::AnElement("a") { *this << new csi::xml::AnAttribute(String("name"), i_sLabel); } - private: - virtual bool LineBreakAfterEndTag() const; }; /**

diff --git a/udm/source/html/htmlitem.cxx b/udm/source/html/htmlitem.cxx index 1a34969a1a21..28d52a5f31dd 100644 --- a/udm/source/html/htmlitem.cxx +++ b/udm/source/html/htmlitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: htmlitem.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:33:57 $ + * last change: $Author: vg $ $Date: 2007-09-18 14:29:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -88,12 +88,6 @@ Image::Image( const String & i_sSrc, << new AnAttribute(String("border"),i_sBorder); } -bool -Label::LineBreakAfterEndTag() const -{ - return true; -} - bool Paragraph::LineBreakAfterEndTag() const { -- cgit v1.2.3