summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XReschedule.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XReschedule.idl')
-rw-r--r--offapi/com/sun/star/awt/XReschedule.idl26
1 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/awt/XReschedule.idl b/offapi/com/sun/star/awt/XReschedule.idl
index 7aaff1830b41..aa892845ace1 100644
--- a/offapi/com/sun/star/awt/XReschedule.idl
+++ b/offapi/com/sun/star/awt/XReschedule.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
@@ -25,27 +25,27 @@
*
************************************************************************/
-#ifndef __com_sun_star_awt_XReschedule_idl__
-#define __com_sun_star_awt_XReschedulet_idl__
+#ifndef __com_sun_star_awt_XReschedule_idl__
+#define __com_sun_star_awt_XReschedulet_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
-//=============================================================================
+//=============================================================================
module com { module sun { module star { module awt {
//=============================================================================
-
+
/** The <type>XReschedule</type> interface can be used to give control to the main
thread to allow events processing.
@deprecated
This interface was only implemented in an intermediate developer
release anyway.
-
+
@since OOo 2.0
*/
published interface XReschedule : ::com::sun::star::uno::XInterface
@@ -53,8 +53,8 @@ published interface XReschedule : ::com::sun::star::uno::XInterface
/** Allow the main thread to process some events.
*/
void reschedule();
-};
-
+};
+
}; }; }; };
-
-#endif
+
+#endif