summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations/AnimationTransformType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/animations/AnimationTransformType.idl')
-rw-r--r--offapi/com/sun/star/animations/AnimationTransformType.idl26
1 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/animations/AnimationTransformType.idl b/offapi/com/sun/star/animations/AnimationTransformType.idl
index 14b3d4b3aeaa..1909883f0f0f 100644
--- a/offapi/com/sun/star/animations/AnimationTransformType.idl
+++ b/offapi/com/sun/star/animations/AnimationTransformType.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_AnimationTransformType_idl__
-#define __com_sun_star_animations_AnimationTransformType_idl__
-
-//=============================================================================
-
- module com { module sun { module star { module animations {
+#ifndef __com_sun_star_animations_AnimationTransformType_idl__
+#define __com_sun_star_animations_AnimationTransformType_idl__
-//=============================================================================
+//=============================================================================
+
+ module com { module sun { module star { module animations {
+
+//=============================================================================
/** Specifies the transformation type for an <type>XAnimateTransform</type>.
@@ -39,10 +39,10 @@
*/
constants AnimationTransformType
{
- /** defines a translation
+ /** defines a translation
*/
const short TRANSLATE = 0;
-
+
/** defines a scale
*/
const short SCALE = 1;
@@ -60,8 +60,8 @@ constants AnimationTransformType
const short SKEWY = 4;
};
-//=============================================================================
-
-}; }; }; };
+//=============================================================================
+
+}; }; }; };
#endif