summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/CallableStatement.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:00:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:00:05 +0000
commit50bba75a6c57a07a13aa814d65b2fc51d6576471 (patch)
treea1ef5c85182d0bf8fe570e206efd26c41a4ae936 /offapi/com/sun/star/sdbc/CallableStatement.idl
parent200053d5238778455dd31be8d556edcf1d87d0a6 (diff)
INTEGRATION: CWS dba22b (1.8.232); FILE MERGED
2006/12/12 09:43:04 fs 1.8.232.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:22:13 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi/com/sun/star/sdbc/CallableStatement.idl')
-rw-r--r--offapi/com/sun/star/sdbc/CallableStatement.idl8
1 files changed, 2 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdbc/CallableStatement.idl b/offapi/com/sun/star/sdbc/CallableStatement.idl
index 77496720913b..f57be53541ca 100644
--- a/offapi/com/sun/star/sdbc/CallableStatement.idl
+++ b/offapi/com/sun/star/sdbc/CallableStatement.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: CallableStatement.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:33:32 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:00:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,7 +45,6 @@
published interface XOutParameters;
-// DocMerge from xml: service com::sun::star::sdbc::CallableStatement
/** is used to execute SQL stored procedures.
@@ -97,17 +96,14 @@
*/
published service CallableStatement
{
- // DocMerge: empty anyway
service PreparedStatement;
- // DocMerge from xml: service com::sun::star::sdbc::CallableStatement: interface com::sun::star::sdbc::XRow
/** is used for retrieve the values of OUT parameters.
*/
interface XRow;
- // DocMerge from xml: service com::sun::star::sdbc::CallableStatement: interface com::sun::star::sdbc::XOutParameters
/** is used to declare parameters as OUT parameters.
*/
interface XOutParameters;