summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations/AnimationColorSpace.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/animations/AnimationColorSpace.idl')
-rw-r--r--offapi/com/sun/star/animations/AnimationColorSpace.idl26
1 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/animations/AnimationColorSpace.idl b/offapi/com/sun/star/animations/AnimationColorSpace.idl
index a29c40139f5a..01f4e7939bf7 100644
--- a/offapi/com/sun/star/animations/AnimationColorSpace.idl
+++ b/offapi/com/sun/star/animations/AnimationColorSpace.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_AnimationColorSpace_idl__
-#define __com_sun_star_animations_AnimationColorSpace_idl__
-
-//=============================================================================
+#ifndef __com_sun_star_animations_AnimationColorSpace_idl__
+#define __com_sun_star_animations_AnimationColorSpace_idl__
- module com { module sun { module star { module animations {
-
-//=============================================================================
+//=============================================================================
+
+ module com { module sun { module star { module animations {
+
+//=============================================================================
/** defines the colorspace that is used for interpolation.
<br>
@@ -42,17 +42,17 @@
*/
constants AnimationColorSpace
{
- /** defines that the RGB colorspace is used for interpolation .
+ /** defines that the RGB colorspace is used for interpolation .
*/
const short RGB = 0;
- /** defines that the HSL colorspace is used for interpolation .
+ /** defines that the HSL colorspace is used for interpolation .
*/
const short HSL = 1;
};
-//=============================================================================
-
-}; }; }; };
+//=============================================================================
+
+}; }; }; };
#endif