diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 13:29:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 13:29:36 +0000 |
commit | 8c3263ff991c9803e5df01ae5d297047a03d7a46 (patch) | |
tree | e766632d9cb7fcec971c5f269c1e5bb0fc9dc90a /udm/source/html/htmlitem.cxx | |
parent | d912d380733aded60e9c222c47b65cb55d169511 (diff) |
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#
Diffstat (limited to 'udm/source/html/htmlitem.cxx')
-rw-r--r-- | udm/source/html/htmlitem.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
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. @@ -89,12 +89,6 @@ Image::Image( const String & i_sSrc, } bool -Label::LineBreakAfterEndTag() const -{ - return true; -} - -bool Paragraph::LineBreakAfterEndTag() const { return true; |