summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XPaintListener.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 08:03:50 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 08:03:50 +0000
commit065c1c3cb5345fd63ec4808141ea0e1a8082d5f3 (patch)
treebb03eaec3d09cd96528eebefec5a6495fc93384f /offapi/com/sun/star/awt/XPaintListener.idl
parentef23d3c0f16ba93db7d8e8b65169dca2e22d1b96 (diff)
INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED
2003/06/23 13:27:50 tbe 1.8.66.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt/XPaintListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XPaintListener.idl10
1 files changed, 4 insertions, 6 deletions
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 );