summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/KeyEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/KeyEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/KeyEvent.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/KeyEvent.idl b/offapi/com/sun/star/awt/KeyEvent.idl
index 66a6cfb4beb6..3f1489d2c8bc 100644
--- a/offapi/com/sun/star/awt/KeyEvent.idl
+++ b/offapi/com/sun/star/awt/KeyEvent.idl
@@ -35,7 +35,7 @@ published struct KeyEvent: com::sun::star::awt::InputEvent
/** contains the integer code representing the key of the event.
- <p>This is a constant from the constant group <type>Key</type>.</p>
+ <p>This is a constant from the constant group Key.</p>
*/
short KeyCode;
@@ -48,7 +48,7 @@ published struct KeyEvent: com::sun::star::awt::InputEvent
/** contains the function type of the key event.
<p>This is a constant from the constant group
- <type>KeyFunction</type>.</p>
+ KeyFunction.</p>
*/
short KeyFunc;