summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/CallableStatement.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 12:49:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 12:49:33 +0000
commita5729239e0209bcc35b528bd4c8e26c0dc72c333 (patch)
tree023e812df39d45e8e1668ef2cd5b1e918429469c /offapi/com/sun/star/sdb/CallableStatement.idl
parentb2510aa1dc742e6b801c1db164fc973fac19ba5d (diff)
INTEGRATION: CWS dba22b (1.8.232); FILE MERGED
2006/12/12 09:36:51 fs 1.8.232.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:27:57 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi/com/sun/star/sdb/CallableStatement.idl')
-rw-r--r--offapi/com/sun/star/sdb/CallableStatement.idl7
1 files changed, 2 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdb/CallableStatement.idl b/offapi/com/sun/star/sdb/CallableStatement.idl
index 1febbf72050e..2d5aa7769716 100644
--- a/offapi/com/sun/star/sdb/CallableStatement.idl
+++ b/offapi/com/sun/star/sdb/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:12:00 $
+ * last change: $Author: vg $ $Date: 2007-01-15 13:49:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,7 +46,6 @@
module com { module sun { module star { module sdb {
-// DocMerge from xml: service com::sun::star::sdb::CallableStatement
/** represents a procedure call. The service differs only in the access
of the columns and parameters to the service
<type scope="com::sun::star::sdbc">CallableStatement</type>
@@ -54,10 +53,8 @@
*/
published service CallableStatement
{
- // DocMerge: empty anyway
service com::sun::star::sdbc::CallableStatement;
- // DocMerge: empty anyway
service com::sun::star::sdb::PreparedStatement;
};