summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:06:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:06:47 +0000
commit09084eab55f27027b04cf1312adedcdcb9887d85 (patch)
tree5d8319a104a3dccf89ed5cbe615eb5c22b181426
parent2a371d480eea8036c99ebad597bc9acca6bc823e (diff)
INTEGRATION: CWS dba22b (1.9.230); FILE MERGED
2006/12/12 09:22:17 fs 1.9.230.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
-rw-r--r--offapi/com/sun/star/sdbc/XCloseable.idl6
1 files changed, 2 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbc/XCloseable.idl b/offapi/com/sun/star/sdbc/XCloseable.idl
index cdba56543272..0621d95cb906 100644
--- a/offapi/com/sun/star/sdbc/XCloseable.idl
+++ b/offapi/com/sun/star/sdbc/XCloseable.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XCloseable.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:48:41 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:06:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,13 +46,11 @@
module com { module sun { module star { module sdbc {
-// DocMerge from xml: interface com::sun::star::sdbc::XCloseable
/** provides for the releasing of resources acquired by the implementing object.
*/
published interface XCloseable: com::sun::star::uno::XInterface
{
- // DocMerge from xml: method com::sun::star::sdbc::XCloseable::close
/** releases all resources connected to an object.
@throws SQLException
if a database access error occurs.