diff options
author | Stephan Bergmann <sb@openoffice.org> | 2002-11-07 11:22:42 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2002-11-07 11:22:42 +0000 |
commit | a798c243549d1fe2c1521962715df62215b7a308 (patch) | |
tree | aeedddddb632e565d93872373b8e13bd809a6fe7 /udkapi | |
parent | dac44e7ae24532565d9f6ca9428ceb86fc3442ad (diff) |
#98102# Merged in 1.4.16.1 of offapi/com/sun/star/task/XInteractionContinuation.idl.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/task/XInteractionContinuation.idl | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/task/XInteractionContinuation.idl b/udkapi/com/sun/star/task/XInteractionContinuation.idl index 5cdaf4cee64d..52273741eff0 100644 --- a/udkapi/com/sun/star/task/XInteractionContinuation.idl +++ b/udkapi/com/sun/star/task/XInteractionContinuation.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInteractionContinuation.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jl $ $Date: 2002-07-18 13:24:55 $ + * last change: $Author: sb $ $Date: 2002-11-07 12:22:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,15 +71,21 @@ module com { module sun { module star { module task { //============================================================================= +/** Specifies a way of how to continue from an + <type scope="com::sun::star::task">XInteractionRequest</type>. -// DocMerge: empty anyway + <P>Different sub-interfaces of this interface specify different ways of + continuing.</P> + */ interface XInteractionContinuation: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- // DocMerge from xml: method com::sun::star::task::XInteractionContinuation::select - /** Select this way of continuing from an interaction request (given a - choice of various XInteractionContinuation interfaces). + /** Select this way of continuing from an + <type scope="com::sun::star::task">XInteractionRequest</type> (given a + choice of various + <type scope="com::sun::star::task">XInteractionContinuation</type>s). */ void select(); @@ -92,6 +98,9 @@ interface XInteractionContinuation: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.1 2002/07/18 13:24:55 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 |