summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XSpriteCanvas.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XSpriteCanvas.idl')
-rw-r--r--offapi/com/sun/star/rendering/XSpriteCanvas.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/XSpriteCanvas.idl b/offapi/com/sun/star/rendering/XSpriteCanvas.idl
index 26cb5ce5de42..53b9fa5696a0 100644
--- a/offapi/com/sun/star/rendering/XSpriteCanvas.idl
+++ b/offapi/com/sun/star/rendering/XSpriteCanvas.idl
@@ -67,11 +67,11 @@ interface XSpriteCanvas : XBitmapCanvas
aligned.
@param interpolationMode
- Value of <type>InterpolationMode</type>, to determine whether
+ Value of InterpolationMode, to determine whether
and how to interpolate between the provided bitmaps, if
animation runs fast enough.
- @throws <type>VolatileContentDestroyedException</type>
+ @throws VolatileContentDestroyedException
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 )