summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation/AnimationSpeed.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/AnimationSpeed.idl')
-rw-r--r--offapi/com/sun/star/presentation/AnimationSpeed.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/presentation/AnimationSpeed.idl b/offapi/com/sun/star/presentation/AnimationSpeed.idl
index 409b0632a32e..90f997056f91 100644
--- a/offapi/com/sun/star/presentation/AnimationSpeed.idl
+++ b/offapi/com/sun/star/presentation/AnimationSpeed.idl
@@ -20,29 +20,24 @@
#define __com_sun_star_presentation_AnimationSpeed_idl__
-//=============================================================================
module com { module sun { module star { module presentation {
-//=============================================================================
/** specifies the speed values of animation/fade effects.
*/
published enum AnimationSpeed
{
- //-------------------------------------------------------------------------
/** set the speed from the animation/fade to slow.
*/
SLOW,
- //-------------------------------------------------------------------------
/** set the speed from the animation/fade to medium.
*/
MEDIUM,
- //-------------------------------------------------------------------------
/** set the speed from the animation/fade to fast.
*/
@@ -50,7 +45,6 @@ published enum AnimationSpeed
};
-//=============================================================================
}; }; }; };