diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-31 11:02:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-31 11:02:28 +0000 |
commit | f5c593ca4b69075d5e37f08225e0abbf2fc727ed (patch) | |
tree | 028958da34e3e9755747d462f9e8f87ee6b72746 /offapi/com | |
parent | 313734195e603873d18d1d8e96a206c64975b239 (diff) |
INTEGRATION: CWS dba203b (1.2.12); FILE MERGED
2006/03/28 10:03:11 fs 1.2.12.1: added 'since' tags
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/inspection/InteractiveSelectionResult.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/inspection/LineDescriptor.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/inspection/ObjectInspector.idl | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl b/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl index cf56b325f972..53b82b0958fa 100644 --- a/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl +++ b/offapi/com/sun/star/inspection/InteractiveSelectionResult.idl @@ -4,9 +4,9 @@ * * $RCSfile: InteractiveSelectionResult.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:05:33 $ + * last change: $Author: vg $ $Date: 2006-03-31 12:02:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,6 +43,8 @@ module com { module sun { module star { module inspection { in an object inspector @see XPropertyHandler::onInteractivePropertySelection + + @since OOo 2.0.3 */ enum InteractiveSelectionResult { diff --git a/offapi/com/sun/star/inspection/LineDescriptor.idl b/offapi/com/sun/star/inspection/LineDescriptor.idl index 523966bb5574..76a708345b1c 100644 --- a/offapi/com/sun/star/inspection/LineDescriptor.idl +++ b/offapi/com/sun/star/inspection/LineDescriptor.idl @@ -4,9 +4,9 @@ * * $RCSfile: LineDescriptor.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:05:43 $ + * last change: $Author: vg $ $Date: 2006-03-31 12:02:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,6 +60,8 @@ interface XPropertyControl; @see XPropertyHandler::describePropertyLine @see PropertyLineElement + + @since OOo 2.0.3 */ struct LineDescriptor { diff --git a/offapi/com/sun/star/inspection/ObjectInspector.idl b/offapi/com/sun/star/inspection/ObjectInspector.idl index 51b27d386b97..1b202d62f996 100644 --- a/offapi/com/sun/star/inspection/ObjectInspector.idl +++ b/offapi/com/sun/star/inspection/ObjectInspector.idl @@ -4,9 +4,9 @@ * * $RCSfile: ObjectInspector.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:05:53 $ + * last change: $Author: vg $ $Date: 2006-03-31 12:02:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,6 +81,8 @@ module com { module sun { module star { module inspection { @see ObjectInspectorModel @see com::sun::star::uno::XComponentContext @see com::sun::star::lang::XMultiComponentFactory + + @since OOo 2.0.3 */ service ObjectInspector : XObjectInspector { |