diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/inspection/GenericPropertyHandler.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/offapi/com/sun/star/inspection/GenericPropertyHandler.idl b/offapi/com/sun/star/inspection/GenericPropertyHandler.idl index 3740a04ab45a..a77e4a3f4f41 100644 --- a/offapi/com/sun/star/inspection/GenericPropertyHandler.idl +++ b/offapi/com/sun/star/inspection/GenericPropertyHandler.idl @@ -4,9 +4,9 @@ * * $RCSfile: GenericPropertyHandler.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:05:23 $ + * last change: $Author: vg $ $Date: 2006-03-31 12:01:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,6 +57,8 @@ module com { module sun { module star { module inspection { @see XPropertyHandler @see com::sun::star::beans::XIntrospectionAccess @see XPropertyControl + + @since OOo 2.0.3 */ service GenericPropertyHandler : XPropertyHandler { |