diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 09:58:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 09:58:24 +0000 |
commit | 130e2f6cd7a0dc01ff30d997d4bcb97c1b326a8c (patch) | |
tree | 2bb1c3489796fabe01f9590ec99d3b3657287769 | |
parent | 1cc879de7f5aa16bf2b88cc22a6dbcf198e23c59 (diff) |
INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED
2003/05/14 12:57:29 mi 1.2.16.1: #107627# @since tags for new types added
-rw-r--r-- | offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl index f8fa595d7f94..4814abee828c 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAccessibleKeyBinding.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-04-24 17:35:26 $ + * last change: $Author: vg $ $Date: 2003-06-10 10:58:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,6 +86,8 @@ module com { module sun { module star { module accessibility { <p>A key binding describes alternative ways how to invoke an action with pressing one or more keys after each other. Each individual sequence of key strokes </p> + + @since #107627# */ interface XAccessibleKeyBinding : ::com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl b/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl index efcdf39844ce..90599a973555 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAccessibleRelationSet.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-04-24 17:35:36 $ + * last change: $Author: vg $ $Date: 2003-06-10 10:58:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,6 +86,8 @@ module com { module sun { module star { module accessibility { <member>addAll</member>, <member>clear</member>, and <member>remove</member>. The other methods have been renamed to achieve a geater conformance with the other accessibility interfaces.</p> + + @since #107627# */ interface XAccessibleRelationSet : ::com::sun::star::uno::XInterface { |