diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-31 11:04:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-31 11:04:42 +0000 |
commit | 089dccc3e4e7b05cb1789744642bc8ce9f4b3730 (patch) | |
tree | 2c75600ed3bbf64706ead7f391392dcc4ceb712a /offapi/com | |
parent | 572395645e231c2328aed3dcf7ff7bba4e86e1e9 (diff) |
INTEGRATION: CWS dba203b (1.2.12); FILE MERGED
2006/03/28 10:03:16 fs 1.2.12.1: added 'since' tags
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/inspection/XPropertyControl.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/inspection/XPropertyControlContext.idl | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/offapi/com/sun/star/inspection/XPropertyControl.idl b/offapi/com/sun/star/inspection/XPropertyControl.idl index a2b1bb0ebfce..6c24b09dd818 100644 --- a/offapi/com/sun/star/inspection/XPropertyControl.idl +++ b/offapi/com/sun/star/inspection/XPropertyControl.idl @@ -4,9 +4,9 @@ * * $RCSfile: XPropertyControl.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:07:41 $ + * last change: $Author: vg $ $Date: 2006-03-31 12:04:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,8 @@ interface XPropertyControlContext; //----------------------------------------------------------------------------- /** defines the interface for a single control in an <type>ObjectInspector</type> + + @since OOo 2.0.3 */ interface XPropertyControl { diff --git a/offapi/com/sun/star/inspection/XPropertyControlContext.idl b/offapi/com/sun/star/inspection/XPropertyControlContext.idl index dd95eb8b156b..eeb70f5d470e 100644 --- a/offapi/com/sun/star/inspection/XPropertyControlContext.idl +++ b/offapi/com/sun/star/inspection/XPropertyControlContext.idl @@ -4,9 +4,9 @@ * * $RCSfile: XPropertyControlContext.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:07:51 $ + * last change: $Author: vg $ $Date: 2006-03-31 12:04:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,7 +47,10 @@ interface XPropertyControl; //----------------------------------------------------------------------------- /** specifies the interface of the context of an <type>XPropertyControl</type>. + @see XPropertyControl::ControlContext + + @since OOo 2.0.3 */ interface XPropertyControlContext { |