summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XWindow.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XWindow.idl')
-rw-r--r--offapi/com/sun/star/awt/XWindow.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XWindow.idl b/offapi/com/sun/star/awt/XWindow.idl
index b5df8adbb088..fc9a27ffc2d8 100644
--- a/offapi/com/sun/star/awt/XWindow.idl
+++ b/offapi/com/sun/star/awt/XWindow.idl
@@ -65,7 +65,7 @@ published interface XWindow: com::sun::star::lang::XComponent
the height of the window.
@param Flags
- Flags are of type <type>PosSize</type> and specify, which parameters
+ Flags are of type PosSize and specify, which parameters
are taken into account when setting the outer bounds of the window.
*/
void setPosSize( [in] long X,
@@ -98,7 +98,7 @@ published interface XWindow: com::sun::star::lang::XComponent
/** adds a window listener to the object.
@param xListener
- the listener to add. If this listener also supports the <type>XWindowListener2</type> interface,
+ the listener to add. If this listener also supports the XWindowListener2 interface,
it will receive the additional events declared in XWindowListener2.
*/
void addWindowListener( [in] com::sun::star::awt::XWindowListener xListener );