summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2002-11-07 11:23:56 +0000
committerStephan Bergmann <sb@openoffice.org>2002-11-07 11:23:56 +0000
commitac06a1bde0c5bb6ed1498bb24201281d8b032f7d (patch)
tree53409644f65b994f9691bd93a17e59d5c039798d /udkapi
parent4aa8d94f2d7bad5419ed9f8856c3f6c6e97a69b1 (diff)
#98102# Merged in 1.4.16.1 of offapi/com/sun/star/task/XInteractionRequest.idl.
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/task/XInteractionRequest.idl18
1 files changed, 13 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/task/XInteractionRequest.idl b/udkapi/com/sun/star/task/XInteractionRequest.idl
index e75c8e015..317eeae6b 100644
--- a/udkapi/com/sun/star/task/XInteractionRequest.idl
+++ b/udkapi/com/sun/star/task/XInteractionRequest.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInteractionRequest.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jl $ $Date: 2002-07-18 13:25:02 $
+ * last change: $Author: sb $ $Date: 2002-11-07 12:23:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,13 +85,18 @@ interface XInteractionRequest: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::task::XInteractionRequest::getRequest
/** Get information about the request itself.
+
+ @returns
+ an <type scope="com::sun::star::uno">Exception</type>, wrapped as an
+ <atom>any</atom>.
*/
any getRequest();
//-------------------------------------------------------------------------
- // DOCUMENTATION MISSING FOR XInteractionRequest::getContinuations
-
- // DocMerge: empty anyway
+ /** Get the set of
+ <type scope="com::sun::star::task">XInteractionContinuation</type>s
+ the client supports for this request.
+ */
sequence<com::sun::star::task::XInteractionContinuation> getContinuations();
};
@@ -103,6 +108,9 @@ interface XInteractionRequest: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.1 2002/07/18 13:25:02 jl
+ #101225#These interfaces were originally located in offapi in the same namespace
+
Revision 1.4 2001/03/16 16:41:45 jsc
remove interfaceheader with uik and remove [const] in method definitions