summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/rendering/XAnimatedSprite.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XAnimatedSprite.idl')
-rw-r--r--offapi/com/sun/star/rendering/XAnimatedSprite.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/rendering/XAnimatedSprite.idl b/offapi/com/sun/star/rendering/XAnimatedSprite.idl
index 94940c528e8e..a2d93139ad32 100644
--- a/offapi/com/sun/star/rendering/XAnimatedSprite.idl
+++ b/offapi/com/sun/star/rendering/XAnimatedSprite.idl
@@ -70,7 +70,6 @@ interface XAnimatedSprite : XSprite
*/
void startAnimation( [in] double nSpeed );
- //-------------------------------------------------------------------------
/** Stop the animation sequence.<p>
@@ -82,7 +81,6 @@ interface XAnimatedSprite : XSprite
*/
void stopAnimation();
- //-------------------------------------------------------------------------
/** Reset the animation sequence to start with the first frame.<p>
@@ -94,7 +92,6 @@ interface XAnimatedSprite : XSprite
*/
void resetAnimation();
- //-------------------------------------------------------------------------
/** Issue an additional render call to this sprite's
animation.<p>
@@ -107,7 +104,6 @@ interface XAnimatedSprite : XSprite
*/
void updateAnimation();
- //-------------------------------------------------------------------------
/** Changes the view state in place for this sprite's
animation.<p>
@@ -133,7 +129,6 @@ interface XAnimatedSprite : XSprite
void setViewState( [in] ViewState aViewState )
raises (com::sun::star::lang::IllegalArgumentException);
- //-------------------------------------------------------------------------
/** Changes all of the sprite's attributes at one atomic
instance.<p>