From ebb2358f52acf7fd73f6be85771e1301a886bbdf Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 23 Aug 2011 15:22:27 +0200 Subject: recreated tag libreoffice-3.3.0.4 which had these commits: commit 5d72cb3cf5b1e61a804e7a5db52a4a6bd041afdd (tag: refs/tags/libreoffice-3.3.0.4, refs/remotes/origin/libreoffice-3-3-0) Author: Petr Mladek Date: Tue Jan 18 19:01:21 2011 +0100 Version 3.3.0.4, tag libreoffice-3.3.0.4 (3.3-rc4) commit 95323c2f1c8e7c340e8f3bb1261cd63fca66b68a Author: Petr Mladek Date: Tue Jan 11 22:59:38 2011 +0100 Branch libreoffice-3-3-0 This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master. --- .../com/sun/star/presentation/AnimationSpeed.idl | 56 +++++++++++----------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'offapi/com/sun/star/presentation/AnimationSpeed.idl') diff --git a/offapi/com/sun/star/presentation/AnimationSpeed.idl b/offapi/com/sun/star/presentation/AnimationSpeed.idl index dd309319e71e..8e95c5239468 100644 --- a/offapi/com/sun/star/presentation/AnimationSpeed.idl +++ b/offapi/com/sun/star/presentation/AnimationSpeed.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -24,42 +24,42 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __com_sun_star_presentation_AnimationSpeed_idl__ -#define __com_sun_star_presentation_AnimationSpeed_idl__ - - -//============================================================================= - - module com { module sun { module star { module presentation { - -//============================================================================= - +#ifndef __com_sun_star_presentation_AnimationSpeed_idl__ +#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, - - //------------------------------------------------------------------------- + SLOW, + + //------------------------------------------------------------------------- /** set the speed from the animation/fade to medium. */ - MEDIUM, - - //------------------------------------------------------------------------- + MEDIUM, + + //------------------------------------------------------------------------- /** set the speed from the animation/fade to fast. */ - FAST - -}; - -//============================================================================= - -}; }; }; }; - -#endif + FAST + +}; + +//============================================================================= + +}; }; }; }; + +#endif -- cgit v1.2.3