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.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XWindowPeer.idl b/offapi/com/sun/star/awt/XWindowPeer.idl
index 6f5e2a2356e6..20cff9099586 100644
--- a/offapi/com/sun/star/awt/XWindowPeer.idl
+++ b/offapi/com/sun/star/awt/XWindowPeer.idl
@@ -43,24 +43,24 @@ published interface XWindowPeer: com::sun::star::lang::XComponent
/** sets the mouse pointer.
*/
- [oneway] void setPointer( [in] XPointer Pointer );
+ void setPointer( [in] XPointer Pointer );
/** sets the background color.
*/
- [oneway] void setBackground( [in] com::sun::star::util::Color Color );
+ void setBackground( [in] com::sun::star::util::Color Color );
/** invalidates the whole window with the specified
<type>InvalidateStyle</type>.
*/
- [oneway] void invalidate( [in] short Flags );
+ void invalidate( [in] short Flags );
/** invalidates a rectangular area of the window with the specified
<type>InvalidateStyle</type>.
*/
- [oneway] void invalidateRect( [in] Rectangle Rect, [in] short Flags );
+ void invalidateRect( [in] Rectangle Rect, [in] short Flags );
};