summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XCommandPreparation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XCommandPreparation.idl')
-rw-r--r--offapi/com/sun/star/sdb/XCommandPreparation.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/XCommandPreparation.idl b/offapi/com/sun/star/sdb/XCommandPreparation.idl
index ea4d7c15ad9b..918e5aae726d 100644
--- a/offapi/com/sun/star/sdb/XCommandPreparation.idl
+++ b/offapi/com/sun/star/sdb/XCommandPreparation.idl
@@ -39,7 +39,7 @@ published interface XCommandPreparation: com::sun::star::uno::XInterface
{
/** creates a
- <type scope="com::sun::star::sdbc">PreparedStatement</type>
+ com::sun::star::sdbc::PreparedStatement
object for sending parameterized SQL statements to the database.
<p>
@@ -52,7 +52,7 @@ published interface XCommandPreparation: com::sun::star::uno::XInterface
the command to be prepared. Any SQL statement.
@param commandType
kind of the command
- <type scope="com::sun::star::sdb">CommandType</type>
+ com::sun::star::sdb::CommandType
@returns
the PreparedStatement object
@throws com::sun::star::sdbc::SQLException