summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XSpinListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XSpinListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XSpinListener.idl86
1 files changed, 43 insertions, 43 deletions
diff --git a/offapi/com/sun/star/awt/XSpinListener.idl b/offapi/com/sun/star/awt/XSpinListener.idl
index 05446c42d29e..28587336aac3 100644
--- a/offapi/com/sun/star/awt/XSpinListener.idl
+++ b/offapi/com/sun/star/awt/XSpinListener.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,56 +24,56 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_XSpinListener_idl__
-#define __com_sun_star_awt_XSpinListener_idl__
-
-#ifndef __com_sun_star_lang_XEventListener_idl__
-#include <com/sun/star/lang/XEventListener.idl>
-#endif
-
-#ifndef __com_sun_star_awt_SpinEvent_idl__
-#include <com/sun/star/awt/SpinEvent.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_XSpinListener_idl__
+#define __com_sun_star_awt_XSpinListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_awt_SpinEvent_idl__
+#include <com/sun/star/awt/SpinEvent.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** makes it possible to receive spin events.
*/
published interface XSpinListener: com::sun::star::lang::XEventListener
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** is invoked when the spin field is spun up.
*/
- [oneway] void up( [in] com::sun::star::awt::SpinEvent rEvent );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void up( [in] com::sun::star::awt::SpinEvent rEvent );
+
+ //-------------------------------------------------------------------------
+
/** is invoked when the spin field is spun down.
*/
- [oneway] void down( [in] com::sun::star::awt::SpinEvent rEvent );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void down( [in] com::sun::star::awt::SpinEvent rEvent );
+
+ //-------------------------------------------------------------------------
+
/** is invoked when the spin field is set to the lower value.
*/
- [oneway] void first( [in] com::sun::star::awt::SpinEvent rEvent );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void first( [in] com::sun::star::awt::SpinEvent rEvent );
+
+ //-------------------------------------------------------------------------
+
/** is invoked when the spin field is set to the upper value.
*/
- [oneway] void last( [in] com::sun::star::awt::SpinEvent rEvent );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ [oneway] void last( [in] com::sun::star::awt::SpinEvent rEvent );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif