summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-10 10:06:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-10 10:06:56 +0000
commit47d774bcafcaa6f2deb6e32d4182715fdf684b89 (patch)
treed31dac1863da912788cb97264b42177cba979048
parentf3feb8a373c209ba32f2fb62dab5b031eb5607ae (diff)
INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED
2003/05/14 12:57:57 mi 1.2.16.1: #107627# @since tags for new types added
-rw-r--r--offapi/com/sun/star/awt/KeyStroke.idl6
-rwxr-xr-xoffapi/com/sun/star/awt/XExtendedToolkit.idl6
2 files changed, 8 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/KeyStroke.idl b/offapi/com/sun/star/awt/KeyStroke.idl
index 8aafaa5e1..de97634ef 100644
--- a/offapi/com/sun/star/awt/KeyStroke.idl
+++ b/offapi/com/sun/star/awt/KeyStroke.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: KeyStroke.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 17:41:50 $
+ * last change: $Author: vg $ $Date: 2003-06-10 11:06:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,8 @@ module com { module sun { module star { module awt {
//=============================================================================
/** Describes a key stroke for hotkeys etc.
+
+ @since #107627#
*/
struct KeyStroke
{
diff --git a/offapi/com/sun/star/awt/XExtendedToolkit.idl b/offapi/com/sun/star/awt/XExtendedToolkit.idl
index a3d7c0ac6..3dbaddfe8 100755
--- a/offapi/com/sun/star/awt/XExtendedToolkit.idl
+++ b/offapi/com/sun/star/awt/XExtendedToolkit.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XExtendedToolkit.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 17:41:59 $
+ * last change: $Author: vg $ $Date: 2003-06-10 11:06:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,6 +107,8 @@ module com { module sun { module star { module awt {
<p>The last event broadcaster sends events on focus changes of all
elements that can have the input focus.</p>
+
+ @since #107627#
*/
interface XExtendedToolkit : ::com::sun::star::uno::XInterface
{