diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-31 11:04:19 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-31 11:04:19 +0000 |
commit | 572395645e231c2328aed3dcf7ff7bba4e86e1e9 (patch) | |
tree | 34b3d06e666bc48c8c21ffca844796df6f53a773 /offapi/com | |
parent | a0618dd9e720e0d56ad8ff6d1594b2ef207c08c7 (diff) |
INTEGRATION: CWS dba203b (1.2.12); FILE MERGED
2006/03/28 10:03:15 fs 1.2.12.1: added 'since' tags
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/inspection/XObjectInspectorModel.idl | 7 | ||||
-rw-r--r-- | offapi/com/sun/star/inspection/XObjectInspectorUI.idl | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl index c59037ab9d8f..ab6c477068f6 100644 --- a/offapi/com/sun/star/inspection/XObjectInspectorModel.idl +++ b/offapi/com/sun/star/inspection/XObjectInspectorModel.idl @@ -4,9 +4,9 @@ * * $RCSfile: XObjectInspectorModel.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:07:22 $ + * last change: $Author: vg $ $Date: 2006-03-31 12:04:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,7 +50,10 @@ interface XPropertyHandler; //----------------------------------------------------------------------------- /** describes the model of an <type>ObjectInspector</type> + @see ObjectInspector + + @since OOo 2.0.3 */ interface XObjectInspectorModel { diff --git a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl index 21221c4d4af5..84cbfa593102 100644 --- a/offapi/com/sun/star/inspection/XObjectInspectorUI.idl +++ b/offapi/com/sun/star/inspection/XObjectInspectorUI.idl @@ -4,9 +4,9 @@ * * $RCSfile: XObjectInspectorUI.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:07:32 $ + * last change: $Author: vg $ $Date: 2006-03-31 12:04:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,6 +59,8 @@ module com { module sun { module star { module inspection { disable the UI for property <code>Foo</code>, but another handler has superseded this property, then the <type>ObjectInspector</type> will not <em>have</em> any UI for it. In this case, the call to <code>enablePropertyUI( "Foo" )</code> will simply be ignored.</p> + + @since OOo 2.0.3 */ interface XObjectInspectorUI { |