diff options
author | Stephan Bergmann <sb@openoffice.org> | 2002-11-07 11:23:56 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2002-11-07 11:23:56 +0000 |
commit | db0ada15c3d02163777bbb32db41043a7046559e (patch) | |
tree | 3e0fe04d741cf819ba265497f042b34cd62dd933 /udkapi | |
parent | a798c243549d1fe2c1521962715df62215b7a308 (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.idl | 18 |
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 618a2fb32ad8..5b7bbf2613df 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 |