summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/FormComponent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/FormComponent.idl')
-rw-r--r--offapi/com/sun/star/form/FormComponent.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/FormComponent.idl b/offapi/com/sun/star/form/FormComponent.idl
index 8d3aa13c50cd..d81cdc554b51 100644
--- a/offapi/com/sun/star/form/FormComponent.idl
+++ b/offapi/com/sun/star/form/FormComponent.idl
@@ -70,7 +70,7 @@ published service FormComponent
properties</em>.</p>
<p>Additionally, you can add more properties to the component as needed,
- using the <type scope="com::sun::star::beans">XPropertyContainer</type> interface.
+ using the com::sun::star::beans::XPropertyContainer interface.
Those properties are called <em>dynamic properties</em>.</p>
<p>Dynamic properties are not evaluated by the component itself,
@@ -90,7 +90,7 @@ published service FormComponent
/** the name of the component.
<p>Note that the name accessed here is the same as when using the
- <type scope="com::sun::star::container">XNamed</type> interface.</p>
+ com::sun::star::container::XNamed interface.</p>
*/
[property] string Name;