From 065c1c3cb5345fd63ec4808141ea0e1a8082d5f3 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 27 Jun 2003 08:03:50 +0000 Subject: INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED 2003/06/23 13:27:50 tbe 1.8.66.1: #56751# IDL review --- offapi/com/sun/star/awt/XPaintListener.idl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'offapi/com/sun/star/awt/XPaintListener.idl') diff --git a/offapi/com/sun/star/awt/XPaintListener.idl b/offapi/com/sun/star/awt/XPaintListener.idl index be3733eb3bc1..f0f8e28160be 100644 --- a/offapi/com/sun/star/awt/XPaintListener.idl +++ b/offapi/com/sun/star/awt/XPaintListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPaintListener.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:52:50 $ + * last change: $Author: vg $ $Date: 2003-06-27 09:03:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,16 +76,14 @@ //============================================================================= -// DocMerge from xml: interface com::sun::star::awt::XPaintListener /** makes it possible to receive paint events. */ interface XPaintListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- - // DocMerge from xml: method com::sun::star::awt::XPaintListener::windowPaint - /** gets called when a region of the window became invalid, for example, - because another window was moved away. + /** 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 ); -- cgit