summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/UnoControlRoadmap.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlRoadmap.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlRoadmap.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlRoadmap.idl b/offapi/com/sun/star/awt/UnoControlRoadmap.idl
index 7e706a8b9dde..2cbc3ceae82a 100644
--- a/offapi/com/sun/star/awt/UnoControlRoadmap.idl
+++ b/offapi/com/sun/star/awt/UnoControlRoadmap.idl
@@ -30,7 +30,7 @@
/** specifies a Roadmap control. The model of the Roadmap control must be a
- <type>UnoControlRoadmapModel</type>
+ UnoControlRoadmapModel
<p>The model properties are implemented in the control as follows:
<ul><li>CurrentItem: The RGB code of the background color is RGB(194, 211, 238)</li>
@@ -39,7 +39,7 @@
<li>Graphic: The graphic is placed in the lower right corner of the control.</li>
<li>Complete: When set to <FALSE/> a non interactive RoadmapItem is appended
after the last roadmap item, labeled with three dots, indicating incompleteness.</li>
- <li>Interactive: When activating a RoadmapItem (see <type>RoadmapItem</type>) the
+ <li>Interactive: When activating a RoadmapItem (see RoadmapItem) the
information about which Item has been selected is passed over when an itemlistener
has been registered at the control.</li>
</ul></p>