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.idl14
1 files changed, 0 insertions, 14 deletions
diff --git a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl b/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
index 06d25d79e927..2da7e3643c6a 100644
--- a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
+++ b/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
@@ -31,24 +31,10 @@
*/
constants AnimationAdditiveMode
{
- /**
- */
const short BASE = 0;
-
- /**
- */
const short SUM = 1;
-
- /**
- */
const short REPLACE = 2;
-
- /**
- */
const short MULTIPLY = 3;
-
- /**
- */
const short NONE = 4;
};