summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations/Event.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/animations/Event.idl')
-rw-r--r--offapi/com/sun/star/animations/Event.idl22
1 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/animations/Event.idl b/offapi/com/sun/star/animations/Event.idl
index 297d336978d4..96921e3f7309 100644
--- a/offapi/com/sun/star/animations/Event.idl
+++ b/offapi/com/sun/star/animations/Event.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,18 +24,18 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_animations_Event_idl__
-#define __com_sun_star_animations_Event_idl__
+#ifndef __com_sun_star_animations_Event_idl__
+#define __com_sun_star_animations_Event_idl__
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif
-//=============================================================================
-
- module com { module sun { module star { module animations {
-
-//=============================================================================
+//=============================================================================
+
+ module com { module sun { module star { module animations {
+
+//=============================================================================
/** an event has a source that causes an event to be fired and a trigger
that defines under which condition an event should be raised and
@@ -62,8 +62,8 @@ struct Event
unsigned short Repeat;
};
-//=============================================================================
-
-}; }; }; };
+//=============================================================================
+
+}; }; }; };
#endif