summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/ParametersRequest.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/ParametersRequest.idl')
-rw-r--r--offapi/com/sun/star/sdb/ParametersRequest.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/ParametersRequest.idl b/offapi/com/sun/star/sdb/ParametersRequest.idl
index 5aebd58ba63a..9e44f9c50c1d 100644
--- a/offapi/com/sun/star/sdb/ParametersRequest.idl
+++ b/offapi/com/sun/star/sdb/ParametersRequest.idl
@@ -38,10 +38,10 @@ published exception ParametersRequest: com::sun::star::task::ClassifiedInteracti
{
/** is the list of parameters requested.
The objects returned by the
- <type scope="com::sun::star::container">XIndexAccess</type>
+ com::sun::star::container::XIndexAccess
have to
be property sets describing the respective parameter. For this, the objects have to support the
- service <type scope="com::sun::star::sdbcx">Column</type>.
+ service com::sun::star::sdbcx::Column.
*/
com::sun::star::container::XIndexAccess Parameters;