summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XStateChangeListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XStateChangeListener.idl')
-rw-r--r--offapi/com/sun/star/embed/XStateChangeListener.idl52
1 files changed, 26 insertions, 26 deletions
diff --git a/offapi/com/sun/star/embed/XStateChangeListener.idl b/offapi/com/sun/star/embed/XStateChangeListener.idl
index 3c552de33222..367a587c5dbb 100644
--- a/offapi/com/sun/star/embed/XStateChangeListener.idl
+++ b/offapi/com/sun/star/embed/XStateChangeListener.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,32 +24,32 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_embed_XStateChangeListener_idl__
-#define __com_sun_star_embed_XStateChangeListener_idl__
-
-#ifndef __com_sun_star_lang_XEventListener_idl__
-#include <com/sun/star/lang/XEventListener.idl>
-#endif
-
-#ifndef __com_sun_star_lang_EventObject_idl__
-#include <com/sun/star/lang/EventObject.idl>
-#endif
-
-#ifndef __com_sun_star_embed_WrongStateException_idl__
-#include <com/sun/star/embed/WrongStateException.idl>
-#endif
-
+#ifndef __com_sun_star_embed_XStateChangeListener_idl__
+#define __com_sun_star_embed_XStateChangeListener_idl__
+
+#ifndef __com_sun_star_lang_XEventListener_idl__
+#include <com/sun/star/lang/XEventListener.idl>
+#endif
+
+#ifndef __com_sun_star_lang_EventObject_idl__
+#include <com/sun/star/lang/EventObject.idl>
+#endif
+
+#ifndef __com_sun_star_embed_WrongStateException_idl__
+#include <com/sun/star/embed/WrongStateException.idl>
+#endif
+
//============================================================================
-
-module com { module sun { module star { module embed {
-
+
+module com { module sun { module star { module embed {
+
//============================================================================
-
+
/** makes it possible to receive events when an embedded object changes it's
state.
*/
published interface XStateChangeListener: com::sun::star::lang::XEventListener
-{
+{
//------------------------------------------------------------------------
/** is called just before the object changes state.
@@ -92,11 +92,11 @@ published interface XStateChangeListener: com::sun::star::lang::XEventListener
void stateChanged( [in] com::sun::star::lang::EventObject aEvent,
[in] long nOldState,
[in] long nNewState );
-};
-
+};
+
//============================================================================
-
-}; }; }; };
-
+
+}; }; }; };
+
#endif