From ce11b743df3ed5fd4dfd0be5431d50612743f952 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 13 Dec 2006 10:45:02 +0000 Subject: INTEGRATION: CWS oihelp (1.4.20); FILE MERGED 2006/11/13 12:46:02 fs 1.4.20.1: #i71485# support for an optional help section in the object inspector --- offapi/com/sun/star/inspection/GenericPropertyHandler.idl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'offapi/com/sun/star/inspection/GenericPropertyHandler.idl') diff --git a/offapi/com/sun/star/inspection/GenericPropertyHandler.idl b/offapi/com/sun/star/inspection/GenericPropertyHandler.idl index 0c3e5b838f19..89c94fd4e0a8 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: ihi $ $Date: 2006-10-18 13:21:45 $ + * last change: $Author: kz $ $Date: 2006-12-13 11:45:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,14 +55,12 @@ module com { module sun { module star { module inspection { for example, list box controls to represent enumeration properties.

@see XPropertyHandler - @see com::sun::star::beans::XIntrospectionAccess + @see scom::sun::star::beans::XIntrospectionAccess @see XPropertyControl @since OOo 2.0.3 */ -service GenericPropertyHandler : XPropertyHandler -{ -}; +service GenericPropertyHandler : XPropertyHandler; //============================================================================= -- cgit