summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/animations/AnimationAdditiveMode.idl')
-rw-r--r--offapi/com/sun/star/animations/AnimationAdditiveMode.idl34
1 files changed, 17 insertions, 17 deletions
diff --git a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl b/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
index de84bc485d5b..85a39e9c126b 100644
--- a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
+++ b/offapi/com/sun/star/animations/AnimationAdditiveMode.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,14 +24,14 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_animations_AnimationAdditiveMode_idl__
-#define __com_sun_star_animations_AnimationAdditiveMode_idl__
-
-//=============================================================================
-
- module com { module sun { module star { module animations {
+#ifndef __com_sun_star_animations_AnimationAdditiveMode_idl__
+#define __com_sun_star_animations_AnimationAdditiveMode_idl__
-//=============================================================================
+//=============================================================================
+
+ module com { module sun { module star { module animations {
+
+//=============================================================================
/** Specifies the additive mode for the animation.
@@ -41,29 +41,29 @@
*/
constants AnimationAdditiveMode
{
- /**
+ /**
*/
const short BASE = 0;
-
- /**
+
+ /**
*/
const short SUM = 1;
- /**
+ /**
*/
const short REPLACE = 2;
- /**
+ /**
*/
const short MULTIPLY = 3;
- /**
+ /**
*/
const short NONE = 4;
};
-//=============================================================================
-
-}; }; }; };
+//=============================================================================
+
+}; }; }; };
#endif