summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection/GenericPropertyHandler.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 10:45:02 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 10:45:02 +0000
commitce11b743df3ed5fd4dfd0be5431d50612743f952 (patch)
tree30e835ecac26a639f6fa45c82e2559cc0b77bb8c /offapi/com/sun/star/inspection/GenericPropertyHandler.idl
parent0e8ac84d893b9c22f79eeeddd960ce5bfe710697 (diff)
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
Diffstat (limited to 'offapi/com/sun/star/inspection/GenericPropertyHandler.idl')
-rw-r--r--offapi/com/sun/star/inspection/GenericPropertyHandler.idl10
1 files changed, 4 insertions, 6 deletions
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.</p>
@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;
//=============================================================================