summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XPaintListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XPaintListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XPaintListener.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XPaintListener.idl b/offapi/com/sun/star/awt/XPaintListener.idl
index 3a28af55f7ed..56a1c6df462c 100644
--- a/offapi/com/sun/star/awt/XPaintListener.idl
+++ b/offapi/com/sun/star/awt/XPaintListener.idl
@@ -36,7 +36,7 @@ published interface XPaintListener: com::sun::star::lang::XEventListener
/** is invoked when a region of the window became invalid, e.g. when
another window has been moved away.
*/
- [oneway] void windowPaint( [in] com::sun::star::awt::PaintEvent e );
+ void windowPaint( [in] com::sun::star::awt::PaintEvent e );
};