summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/RoadmapItem.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/RoadmapItem.idl')
-rw-r--r--offapi/com/sun/star/awt/RoadmapItem.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/RoadmapItem.idl b/offapi/com/sun/star/awt/RoadmapItem.idl
index 62313a005..8471268ef 100644
--- a/offapi/com/sun/star/awt/RoadmapItem.idl
+++ b/offapi/com/sun/star/awt/RoadmapItem.idl
@@ -48,8 +48,8 @@ service RoadmapItem
*/
[property] short ID;
- /** The Label of the RoadmapItem does not include its Prefix that is auto
- * matically set after the following algorithm:
+ /** The Label of the RoadmapItem does not include its Prefix that is automatically
+ * set after the following algorithm:
* (Index + 1) + ". " + Label
*/
[property] string Label;
@@ -57,9 +57,9 @@ service RoadmapItem
/** When "Interactive" is true the RoadmapItem supports a certain "HyperLabel
* functionality":
- * Moving the Mousepointer over the RoadmapItem will change it to a Refhand and
- * underline the Label for the time the mousepointer resides over the RoadmapItem.
- * Clicking the mousepointer will then notify the Roadmap Container.
+ * Moving the mouse pointer over the RoadmapItem will change it to a Refhand and
+ * underline the Label for the time the mouse pointer resides over the RoadmapItem.
+ * Clicking with mouse pointer will then notify the Roadmap Container.
* The property Interactive" is readonly because it is adapted from the container of the
* RoadmapItem.
*/