summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XControlNotificationListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XControlNotificationListener.idl')
-rw-r--r--offapi/com/sun/star/frame/XControlNotificationListener.idl48
1 files changed, 24 insertions, 24 deletions
diff --git a/offapi/com/sun/star/frame/XControlNotificationListener.idl b/offapi/com/sun/star/frame/XControlNotificationListener.idl
index 1ebc134cc76f..5584f36a2749 100644
--- a/offapi/com/sun/star/frame/XControlNotificationListener.idl
+++ b/offapi/com/sun/star/frame/XControlNotificationListener.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,27 +24,27 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_frame_XControlNotificationListener_idl__
-#define __com_sun_star_frame_XControlNotificationListener_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
+#ifndef __com_sun_star_frame_XControlNotificationListener_idl__
+#define __com_sun_star_frame_XControlNotificationListener_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
#endif
#ifndef __com_sun_star_frame_ControlEvent_idl__
#include <com/sun/star/frame/ControlEvent.idl>
#endif
-
-//=============================================================================
-
-module com { module sun { module star { module frame {
-
-//=============================================================================
-
-/** Must be implemented by dispatch objects which want to get
+
+//=============================================================================
+
+module com { module sun { module star { module frame {
+
+//=============================================================================
+
+/** Must be implemented by dispatch objects which want to get
notifications about control events.
-
- @since OOo 2.0.3
+
+ @since OOo 2.0.3
*/
interface XControlNotificationListener : com::sun::star::uno::XInterface
{
@@ -54,12 +54,12 @@ interface XControlNotificationListener : com::sun::star::uno::XInterface
@param Event
contains the event informantion
*/
- void controlEvent( [in] ControlEvent Event );
-
-};
-
-//=============================================================================
+ void controlEvent( [in] ControlEvent Event );
-}; }; }; };
-
-#endif
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif