summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection/ObjectInspector.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/inspection/ObjectInspector.idl')
-rw-r--r--offapi/com/sun/star/inspection/ObjectInspector.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/inspection/ObjectInspector.idl b/offapi/com/sun/star/inspection/ObjectInspector.idl
index bb013894c985..79230df6a616 100644
--- a/offapi/com/sun/star/inspection/ObjectInspector.idl
+++ b/offapi/com/sun/star/inspection/ObjectInspector.idl
@@ -24,10 +24,10 @@
module com { module sun { module star { module inspection {
-/** describes an <type scope="com::sun::star::frame">Controller</type> which can be used to
+/** describes an com::sun::star::frame::Controller which can be used to
browse and modify properties of components.
- <p>The controller can be plugged into an <type scope="com::sun::star::frame">XFrame</type>, and will
+ <p>The controller can be plugged into an com::sun::star::frame::XFrame, and will
provide a visual component for inspecting and modifying component properties.<br/>
Note that "property" here is a generic term - any aspect of a component can be considered a property,
as long as some property handler is able to describe this aspect in a property-like way.</p>
@@ -53,7 +53,7 @@ module com { module sun { module star { module inspection {
<p>Since property handlers might have the need to raise UI, they will be created with a context
value named "DialogParentWindow", which contains an XWindow which should be used as parent of
any windows to raise.<br/>
- If the <type scope="com::sun::star::uno">XComponentContext</type> in which the ObjectInspector
+ If the com::sun::star::uno::XComponentContext in which the ObjectInspector
was created already contains such a value, it is not overwritten. Only if it doesn't, the inspector
will add an own value - which contains the inspector's main window - to the context when creating
handlers.</p>