diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 09:59:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 09:59:08 +0000 |
commit | 31a26dc75595256cbe2bda2d0877d9568ea6c9ab (patch) | |
tree | 17f1a51b665efee02c274db1bd4015f1f0f1963c /offapi/com/sun/star | |
parent | fd09de19e327da043348dbd9d887d64838491281 (diff) |
INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED
2003/05/14 12:57:32 mi 1.2.16.1: #107627# @since tags for new types added
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r-- | offapi/com/sun/star/accessibility/XAccessibleValue.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleValue.idl b/offapi/com/sun/star/accessibility/XAccessibleValue.idl index cd0dd952936e..9a2ca1da44b8 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleValue.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleValue.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAccessibleValue.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-04-24 17:36:21 $ + * last change: $Author: vg $ $Date: 2003-06-10 10:59:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,6 +74,8 @@ module com { module sun { module star { module accessibility { numerical value and should be implemented by any class that supports numerical value like scroll bars and spin boxes. This interface lets you access the value and its upper and lower bounds.</p> + + @since #107627# */ interface XAccessibleValue : ::com::sun::star::uno::XInterface { |