summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/framework/XPane.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/framework/XPane.idl')
-rw-r--r--offapi/com/sun/star/drawing/framework/XPane.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/framework/XPane.idl b/offapi/com/sun/star/drawing/framework/XPane.idl
index 82aa337d1e38..b7dfc6baeb53 100644
--- a/offapi/com/sun/star/drawing/framework/XPane.idl
+++ b/offapi/com/sun/star/drawing/framework/XPane.idl
@@ -37,18 +37,18 @@ interface XPane
{
interface XResource;
- /** Return the <type scope="com::sun::star::awt">XWindow</type> of the
+ /** Return the com::sun::star::awt::XWindow of the
pane that is used to display a view.
*/
::com::sun::star::awt::XWindow getWindow ();
- /** Return the <type scope="com::sun::star::awt">XCanvas</type> of the pane. The
- <type scope="com::sun::star::rendering">XCanvas</type> object is expected to
+ /** Return the com::sun::star::awt::XCanvas of the pane. The
+ com::sun::star::rendering::XCanvas object is expected to
be associated with the <type
scope="com::sun::star::awt">XWindow</type> object returned by
<member>getWindow()</member>.
@return
- When the <type scope="com::sun::star::rendering">XCanvas</type>
+ When the com::sun::star::rendering::XCanvas
interface is not supported then an empty reference is returned.
*/
::com::sun::star::rendering::XCanvas getCanvas ();