summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 10:29:55 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 10:29:55 +0000
commitb2fc22c634a4d963fe3bdd544d3f5f1d148c7d87 (patch)
treed08cafa00b6fe7db970ea0556c969ac60f603763 /offapi/com/sun/star/rendering
parente6babbaf2f96d3821a1c274c4cc5b5c7fc1ad9dd (diff)
INTEGRATION: CWS canvas05 (1.4.366); FILE MERGED
2008/04/21 07:38:07 thb 1.4.366.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:33:54 thb 1.4.366.1: #i79437# Merge from CWS picom
Diffstat (limited to 'offapi/com/sun/star/rendering')
-rw-r--r--offapi/com/sun/star/rendering/XSpriteCanvas.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/XSpriteCanvas.idl b/offapi/com/sun/star/rendering/XSpriteCanvas.idl
index a69bd7dbc34f..e20455e599f5 100644
--- a/offapi/com/sun/star/rendering/XSpriteCanvas.idl
+++ b/offapi/com/sun/star/rendering/XSpriteCanvas.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: XSpriteCanvas.idl,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -50,7 +50,7 @@ interface XAnimatedSprite;
interface XCustomSprite;
/** Specialization of a XBitmapCanvas, where moving, animated objects
- (called sprites) are supported.
+ (called sprites) are supported.<p>
@attention The screen output of canvas drawing operations is
undefined, unless XSpriteCanvas::updateScreen() is called. This is
@@ -90,7 +90,7 @@ interface XSpriteCanvas : XBitmapCanvas
and how to interpolate between the provided bitmaps, if
animation runs fast enough.
- @throws VolatileContentDestroyedException
+ @throws <type>VolatileContentDestroyedException</type>
if at least one of the bitmap is volatile, and its content has been destroyed by the system.
*/
XAnimatedSprite createSpriteFromBitmaps( [in] sequence<XBitmap> animationBitmaps, [in] byte interpolationMode )