summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/AnimationRepeat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/AnimationRepeat.idl')
-rw-r--r--offapi/com/sun/star/rendering/AnimationRepeat.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/AnimationRepeat.idl b/offapi/com/sun/star/rendering/AnimationRepeat.idl
index 9d18d320dddf..bc2c32179794 100644
--- a/offapi/com/sun/star/rendering/AnimationRepeat.idl
+++ b/offapi/com/sun/star/rendering/AnimationRepeat.idl
@@ -47,7 +47,6 @@ constants AnimationRepeat
*/
const byte ONE_SHOT=0;
- //-------------------------------------------------------------------------
/** The [0,1] parameter range is swept through exactly twice.<p>
@@ -57,7 +56,6 @@ constants AnimationRepeat
*/
const byte ONE_SHOT_PINGPONG=1;
- //-------------------------------------------------------------------------
/** The [0,1] parameter range is swept through infinitely.<p>
@@ -68,7 +66,6 @@ constants AnimationRepeat
*/
const byte PINGPONG=2;
- //-------------------------------------------------------------------------
/** The [0,1] parameter range is swept through infinitely.<p>