summaryrefslogtreecommitdiff
path: root/udm/source
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-11-01 11:25:31 +0000
committerNikolai Pretzell <np@openoffice.org>2002-11-01 11:25:31 +0000
commit7a9d96862db4571421d6eadb314da3c0c67ece2b (patch)
tree7a5966983896f4ec0f41ffb98508ee426e199b35 /udm/source
parent0fc2847738442a837b39a784e0bf5467b4885a60 (diff)
#103134# Allow cross references in IDL docu.
Diffstat (limited to 'udm/source')
-rw-r--r--udm/source/html/htmlitem.cxx15
1 files changed, 7 insertions, 8 deletions
diff --git a/udm/source/html/htmlitem.cxx b/udm/source/html/htmlitem.cxx
index 3dc0fcf08191..101d4e89f1df 100644
--- a/udm/source/html/htmlitem.cxx
+++ b/udm/source/html/htmlitem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: htmlitem.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: np $ $Date: 2002-06-25 15:16:00 $
+ * last change: $Author: np $ $Date: 2002-11-01 12:25:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -237,7 +237,11 @@ DefList::LineBreakAfterBeginTag() const
return true;
}
-
+bool
+DefList::FinishEmptyTag_XmlStyle() const
+{
+ return false;
+}
bool
ListItem::LineBreakAfterEndTag() const
@@ -277,8 +281,3 @@ SimpleList::LineBreakAfterBeginTag() const
} // namespace html
} // namespace csi
-
-
-
-
-