summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/XFormLayerAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/XFormLayerAccess.idl')
-rw-r--r--offapi/com/sun/star/view/XFormLayerAccess.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/view/XFormLayerAccess.idl b/offapi/com/sun/star/view/XFormLayerAccess.idl
index 7fd88accaa72..965014c2ece9 100644
--- a/offapi/com/sun/star/view/XFormLayerAccess.idl
+++ b/offapi/com/sun/star/view/XFormLayerAccess.idl
@@ -38,7 +38,7 @@ interface XFormLayerAccess
/// provides access to form controls contained in the view
interface XControlAccess;
- /** returns the <type scope="com::sun::star::form">FormController</type>
+ /** returns the com::sun::star::form::FormController
instance which operates on a given form.
<p>A form controller is a component which controls the user interaction
@@ -65,7 +65,7 @@ interface XFormLayerAccess
<p><em>Note</em>: This is a convenience method. In the user interface,
the design mode is coupled with the <code>.uno:SwitchControlDesignMode</code>
- feature (see <type scope="com::sun::star::frame">XDispatchProvider</type>),
+ feature (see com::sun::star::frame::XDispatchProvider),
and asking for the current mode is the same as asking for the state of this
feature.</p>
*/
@@ -76,7 +76,7 @@ interface XFormLayerAccess
<p><em>Note</em>: This is a convenience method. In the user interface,
the design mode is coupled with the <code>.uno:SwitchControlDesignMode</code>
- feature (see <type scope="com::sun::star::frame">XDispatchProvider</type>),
+ feature (see com::sun::star::frame::XDispatchProvider),
and changing the current mode is the same as dispatching this feature URL.</p>
*/
void setFormDesignMode( [in] boolean DesignMode );