summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/KeyStroke.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/KeyStroke.idl')
-rw-r--r--offapi/com/sun/star/awt/KeyStroke.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/KeyStroke.idl b/offapi/com/sun/star/awt/KeyStroke.idl
index 592a20aeac2c..91404bec12b6 100644
--- a/offapi/com/sun/star/awt/KeyStroke.idl
+++ b/offapi/com/sun/star/awt/KeyStroke.idl
@@ -34,7 +34,7 @@ published struct KeyStroke
/** contains the modifier keys which were pressed while the event occurred.
<p>Zero or more constants from the group
- <type scope="com::sun::star::awt">KeyModifier</type>.</p>
+ com::sun::star::awt::KeyModifier.</p>
*/
short Modifiers;
@@ -42,7 +42,7 @@ published struct KeyStroke
/** contains the integer code representing the key of the event.
<p>This is a constant from the constant group
- <type scope="com::sun::star::awt">Key</type>.</p>
+ com::sun::star::awt::Key.</p>
*/
short KeyCode;
@@ -55,7 +55,7 @@ published struct KeyStroke
/** contains the function type of the key event.
<p>This is a constant from the constant group
- <type scope="com::sun::star::awt">KeyFunction</type>.</p>
+ com::sun::star::awt::KeyFunction.</p>
*/
short KeyFunc;
};