summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/framework/XControllerManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/framework/XControllerManager.idl')
-rw-r--r--offapi/com/sun/star/drawing/framework/XControllerManager.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/drawing/framework/XControllerManager.idl b/offapi/com/sun/star/drawing/framework/XControllerManager.idl
index 0a7f4e66a99c..d6530788df3c 100644
--- a/offapi/com/sun/star/drawing/framework/XControllerManager.idl
+++ b/offapi/com/sun/star/drawing/framework/XControllerManager.idl
@@ -29,19 +29,19 @@ interface XModuleController;
/** The XControllerManager gives access to the controllers of the drawing
framework.
- <p>The <type>XControllerManager</type> interface is typically
+ <p>The XControllerManager interface is typically
implemented by the same object that implements <type
scope="com::sun::star::frame">XController</type>.</p>
*/
interface XControllerManager
{
- /** Return the <type>XConfigurationController</type> object.
+ /** Return the XConfigurationController object.
@return
The returned reference is never empty.
*/
XConfigurationController getConfigurationController ();
- /** Return the <type>XModuleController</type> object.
+ /** Return the XModuleController object.
@return
The returned reference is never empty.
*/