summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations/EventTrigger.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/animations/EventTrigger.idl')
-rw-r--r--offapi/com/sun/star/animations/EventTrigger.idl24
1 files changed, 12 insertions, 12 deletions
diff --git a/offapi/com/sun/star/animations/EventTrigger.idl b/offapi/com/sun/star/animations/EventTrigger.idl
index 4ded278b44db..4050acb46649 100644
--- a/offapi/com/sun/star/animations/EventTrigger.idl
+++ b/offapi/com/sun/star/animations/EventTrigger.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_EventTrigger_idl__
-#define __com_sun_star_animations_EventTrigger_idl__
-
-//=============================================================================
-
- module com { module sun { module star { module animations {
+#ifndef __com_sun_star_animations_EventTrigger_idl__
+#define __com_sun_star_animations_EventTrigger_idl__
-//=============================================================================
+//=============================================================================
+
+ module com { module sun { module star { module animations {
+
+//=============================================================================
/**
*/
@@ -64,7 +64,7 @@ constants EventTrigger
const short ON_DBL_CLICK = 6;
const short ON_MOUSE_ENTER = 7;
const short ON_MOUSE_LEAVE = 8;
-
+
/** This event is raised when the user wants the presentation to go one step forward.
*/
const short ON_NEXT = 9;
@@ -84,8 +84,8 @@ constants EventTrigger
};
-//=============================================================================
-
-}; }; }; };
+//=============================================================================
+
+}; }; }; };
#endif