summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XWindowPeer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XWindowPeer.idl')
-rw-r--r--offapi/com/sun/star/awt/XWindowPeer.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XWindowPeer.idl b/offapi/com/sun/star/awt/XWindowPeer.idl
index 20cff9099586..d379232fb9aa 100644
--- a/offapi/com/sun/star/awt/XWindowPeer.idl
+++ b/offapi/com/sun/star/awt/XWindowPeer.idl
@@ -52,13 +52,13 @@ published interface XWindowPeer: com::sun::star::lang::XComponent
/** invalidates the whole window with the specified
- <type>InvalidateStyle</type>.
+ InvalidateStyle.
*/
void invalidate( [in] short Flags );
/** invalidates a rectangular area of the window with the specified
- <type>InvalidateStyle</type>.
+ InvalidateStyle.
*/
void invalidateRect( [in] Rectangle Rect, [in] short Flags );