summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/XFormController.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XFormController.idl')
-rw-r--r--offapi/com/sun/star/form/XFormController.idl76
1 files changed, 38 insertions, 38 deletions
diff --git a/offapi/com/sun/star/form/XFormController.idl b/offapi/com/sun/star/form/XFormController.idl
index e78de565f7ce..3855d84c2a2b 100644
--- a/offapi/com/sun/star/form/XFormController.idl
+++ b/offapi/com/sun/star/form/XFormController.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,44 +24,44 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_form_XFormController_idl__
-#define __com_sun_star_form_XFormController_idl__
-
-#ifndef __com_sun_star_awt_XTabController_idl__
-#include <com/sun/star/awt/XTabController.idl>
-#endif
-
-#ifndef __com_sun_star_awt_XControl_idl__
-#include <com/sun/star/awt/XControl.idl>
-#endif
-
-#ifndef __com_sun_star_form_XFormControllerListener_idl__
-#include <com/sun/star/form/XFormControllerListener.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module form {
-
-//=============================================================================
-
+#ifndef __com_sun_star_form_XFormController_idl__
+#define __com_sun_star_form_XFormController_idl__
+
+#ifndef __com_sun_star_awt_XTabController_idl__
+#include <com/sun/star/awt/XTabController.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XControl_idl__
+#include <com/sun/star/awt/XControl.idl>
+#endif
+
+#ifndef __com_sun_star_form_XFormControllerListener_idl__
+#include <com/sun/star/form/XFormControllerListener.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module form {
+
+//=============================================================================
+
/** is superseded by <type scope="com::sun::star::form::runtime">XFormController</type>.
@deprecated
*/
published interface XFormController: com::sun::star::awt::XTabController
-{
- ::com::sun::star::awt::XControl getCurrentControl();
- [oneway] void addActivateListener( [in] ::com::sun::star::form::XFormControllerListener l );
- [oneway] void removeActivateListener( [in] ::com::sun::star::form::XFormControllerListener l );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-#endif
+{
+ ::com::sun::star::awt::XControl getCurrentControl();
+ [oneway] void addActivateListener( [in] ::com::sun::star::form::XFormControllerListener l );
+ [oneway] void removeActivateListener( [in] ::com::sun::star::form::XFormControllerListener l );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif