summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/task/XInteractionHandler2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/task/XInteractionHandler2.idl')
-rw-r--r--udkapi/com/sun/star/task/XInteractionHandler2.idl62
1 files changed, 32 insertions, 30 deletions
diff --git a/udkapi/com/sun/star/task/XInteractionHandler2.idl b/udkapi/com/sun/star/task/XInteractionHandler2.idl
index 381edbaf5..80c7bb67b 100644
--- a/udkapi/com/sun/star/task/XInteractionHandler2.idl
+++ b/udkapi/com/sun/star/task/XInteractionHandler2.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,43 +24,45 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_task_XInteractionHandler2_idl__
-#define __com_sun_star_task_XInteractionHandler2_idl__
-
-#include <com/sun/star/task/XInteractionHandler.idl>
-
-
-//=============================================================================
-
- module com { module sun { module star { module task {
-
-//=============================================================================
-
+#ifndef __com_sun_star_task_XInteractionHandler2_idl__
+#define __com_sun_star_task_XInteractionHandler2_idl__
+
+#include <com/sun/star/task/XInteractionHandler.idl>
+
+
+//=============================================================================
+
+ module com { module sun { module star { module task {
+
+//=============================================================================
+
/** An interaction request handler.
<p>This interface extends the interface <type>XInteractionHandler</type>
the way that a caller can determine whether an interaction request was
actually handled by the interaction handler.</p>
+
+ @since OOo 3.2
*/
-/* published */ interface XInteractionHandler2 : com::sun::star::task::XInteractionHandler
-{
+published interface XInteractionHandler2 : com::sun::star::task::XInteractionHandler
+{
//-------------------------------------------------------------------------
/** Handle an interaction request.
@param Request the inteaction request to handle.
-
- @return <true/>, if the handler handled the request, <false/> otherwise.
+
+ @return <true/>, if the handler handled the request, <false/> otherwise.
*/
- boolean handleInteractionRequest(
- [in] com::sun::star::task::XInteractionRequest Request );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-#endif
+ boolean handleInteractionRequest(
+ [in] com::sun::star::task::XInteractionRequest Request );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif