diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-09-09 14:49:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-09-09 14:49:44 +0000 |
commit | 42fe439e598a51734ec0dedcd7689cf09a381234 (patch) | |
tree | ac391bdaf73acfbe36bcde7754e1f4290cb36ff7 /offapi/com/sun/star/awt | |
parent | 941e2088b88db1aa949ed69f203bdadcd3c8ba14 (diff) |
INTEGRATION: CWS toolbars2 (1.5.70); FILE MERGED
2004/08/19 12:29:33 mi 1.5.70.1: #i33199# @since with version number instead of issue id
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r-- | offapi/com/sun/star/awt/XMouseClickHandler.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/awt/XUserInputInterception.idl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/XMouseClickHandler.idl b/offapi/com/sun/star/awt/XMouseClickHandler.idl index 7260d6ab0a9b..8202d5bd12dc 100644 --- a/offapi/com/sun/star/awt/XMouseClickHandler.idl +++ b/offapi/com/sun/star/awt/XMouseClickHandler.idl @@ -2,9 +2,9 @@ * * $RCSfile: XMouseClickHandler.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-06-03 17:39:37 $ + * last change: $Author: obo $ $Date: 2004-09-09 15:48:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ module com { module sun { module star { module awt { /** makes it possible to receive events from the mouse in a certain window. - @since #107627# + @since OOo 1.1.2 */ published interface XMouseClickHandler: ::com::sun::star::lang::XEventListener { diff --git a/offapi/com/sun/star/awt/XUserInputInterception.idl b/offapi/com/sun/star/awt/XUserInputInterception.idl index b88ef124a663..b09b0dd648dc 100644 --- a/offapi/com/sun/star/awt/XUserInputInterception.idl +++ b/offapi/com/sun/star/awt/XUserInputInterception.idl @@ -2,9 +2,9 @@ * * $RCSfile: XUserInputInterception.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-06-03 17:47:27 $ + * last change: $Author: obo $ $Date: 2004-09-09 15:49:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,7 @@ module com { module sun { module star { module awt { /** Interface to add handlers for key and mouse events. A handler is not a passive listener, it can even consume the event. - @since #107627# + @since OOo 1.1.2 */ published interface XUserInputInterception : ::com::sun::star::uno::XInterface { |