diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-10-18 12:21:57 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-10-18 12:21:57 +0000 |
commit | d9eb5d0bd036db9a6718b520e2292df138bcc600 (patch) | |
tree | 36dce7cb5707418d56199ec4350b513a4072ec71 /offapi | |
parent | ed64f7a9cc05425a4a70c1a6688a13e6d2ff0773 (diff) |
INTEGRATION: CWS dba205b (1.3.92); FILE MERGED
2006/08/09 07:00:40 fs 1.3.92.1: some <p>s
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/inspection/ObjectInspectorModel.idl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/inspection/ObjectInspectorModel.idl b/offapi/com/sun/star/inspection/ObjectInspectorModel.idl index 94cdf96ec0b9..4c9016c34e28 100644 --- a/offapi/com/sun/star/inspection/ObjectInspectorModel.idl +++ b/offapi/com/sun/star/inspection/ObjectInspectorModel.idl @@ -4,9 +4,9 @@ * * $RCSfile: ObjectInspectorModel.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2006-03-31 12:02:39 $ + * last change: $Author: ihi $ $Date: 2006-10-18 13:21:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,10 +50,10 @@ module com { module sun { module star { module inspection { //----------------------------------------------------------------------------- /** describes a default implementation of an ObjectInspectorModel - This service, which is globally available, simplifies usage of an <type>ObjectInspector</type>. + <p>This service simplifies usage of an <type>ObjectInspector</type>.</p> - The <type>XObjectInspectorModel</type> implemented by this service will not provide any property - categories, nor apply any particular order to the properties provided by its handler(s). + <p>The <type>XObjectInspectorModel</type> implemented by this service will not provide any property + categories, nor apply any particular order to the properties provided by its handler(s).</p> @see ObjectInspector @see XObjectInspectorModel |