summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/InputEvent.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 07:48:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 07:48:06 +0000
commit3d554fb9b21824d56954acf43b6049f9b2df0bf1 (patch)
tree90bcf1fe5fd2a929c820b3a6f9ddb331e1fcee60 /offapi/com/sun/star/awt/InputEvent.idl
parentef70d5d1638699d294c7d603e12c376b625ca6eb (diff)
INTEGRATION: CWS tbe4 (1.7.66); FILE MERGED
2003/06/23 13:11:53 tbe 1.7.66.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt/InputEvent.idl')
-rw-r--r--offapi/com/sun/star/awt/InputEvent.idl19
1 files changed, 7 insertions, 12 deletions
diff --git a/offapi/com/sun/star/awt/InputEvent.idl b/offapi/com/sun/star/awt/InputEvent.idl
index df917457c6b6..adeee0c77d63 100644
--- a/offapi/com/sun/star/awt/InputEvent.idl
+++ b/offapi/com/sun/star/awt/InputEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InputEvent.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:35 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:47:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,26 +72,21 @@
//=============================================================================
-// DocMerge from xml: struct com::sun::star::awt::InputEvent
/** the root event class for all component-level input events.
-
-
<p>Input events are delivered to listeners before they are
- processed normally by the source where they originated.
+ processed normally by the source where they originated.</p>
- </p>@see WindowEvent
+ @see WindowEvent
*/
struct InputEvent: com::sun::star::lang::EventObject
{
//-------------------------------------------------------------------------
- // DocMerge from xml: field com::sun::star::awt::InputEvent::Modifiers
- /** contains the modifier keys which were pressed while event occurred.
-
-
+ /** contains the modifier keys which were pressed while the event occurred.
- <p>Zero or more constants from the <type scope="com::sun::star::awt">KeyModifier</type> group.</p>
+ <p>Zero or more constants from the
+ <type scope="com::sun::star::awt">KeyModifier</type> group.</p>
*/
short Modifiers;