summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl')
-rw-r--r--offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl18
1 files changed, 14 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl b/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl
index 8f924eeb993d..23e08222b09e 100644
--- a/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl
+++ b/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInteractionSupplyParameters.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:32 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,12 +73,16 @@ module com { module sun { module star { module sdb {
/** An interaction continuation handing back parameter data.
- <p>This continuation is typically used in conjunction with a
- <type scope="com.sun.star.sdb">ParametersRequest</type>. </p>
+ <p>
+ This continuation is typically used in conjunction with a
+ <type scope="com.sun.star.sdb">ParametersRequest</type>.
+ </p>
*/
interface XInteractionSupplyParameters: com::sun::star::task::XInteractionContinuation
{
/** set the parameters chosen by the interaction handler
+ @param Values
+ the parameters to set
*/
void setParameters( [in] sequence< com::sun::star::beans::PropertyValue > Values);
};
@@ -89,6 +93,12 @@ interface XInteractionSupplyParameters: com::sun::star::task::XInteractionContin
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5.16.1 2002/02/18 10:25:25 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.5 2001/03/16 16:41:32 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/12/15 11:29:29 mi
@desc removed (now <p>...</p>), @desc is not a valid tag