summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:05:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:05:59 +0000
commit5343e3fa635a75de25eae8660658ddb874b8602c (patch)
treebcf37ca8a27651535497b23e9d71a05cfd4004a2
parente22a09cc3b86aa9dccc5d66d270047af4db9da44 (diff)
INTEGRATION: CWS dba22b (1.9.232); FILE MERGED
2006/12/12 09:22:17 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
-rw-r--r--offapi/com/sun/star/sdbc/XArray.idl11
1 files changed, 2 insertions, 9 deletions
diff --git a/offapi/com/sun/star/sdbc/XArray.idl b/offapi/com/sun/star/sdbc/XArray.idl
index 9c82aee8b..32ab9a45f 100644
--- a/offapi/com/sun/star/sdbc/XArray.idl
+++ b/offapi/com/sun/star/sdbc/XArray.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XArray.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:47:36 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:05:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,6 @@
published interface XResultSet;
-// DocMerge from xml: interface com::sun::star::container::com::sun::star::sdbc::XArray
/** is used for mapping the SQL type
<member scope= "com::sun::star::sdbc">DataType::ARRAY</member>
.
@@ -68,7 +67,6 @@
published interface XArray: com::sun::star::uno::XInterface
{
- // DocMerge from xml: method com::sun::star::container::com::sun::star::sdbc::XArray::getBaseTypeName
/** returns the SQL type name of the elements in
the array designated by this
<code>Array</code>
@@ -89,7 +87,6 @@ published interface XArray: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::container::com::sun::star::sdbc::XArray::getBaseType
/** returns the SDBC type of the elements in the array designated
by this
<code>Array</code>
@@ -103,7 +100,6 @@ published interface XArray: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::container::com::sun::star::sdbc::XArray::getArray
/** retrieves the contents of the SQL array designated by this
<code>Array</code>
object, using the specified
@@ -137,7 +133,6 @@ published interface XArray: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::container::com::sun::star::sdbc::XArray::getArrayAtIndex
/** returns an array containing a slice of the SQL array, beginning with the
specified
<code>index</code>
@@ -177,7 +172,6 @@ published interface XArray: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::container::com::sun::star::sdbc::XArray::getResultSet
/** returns a result set that contains the elements of the array
designated by this
<code>Array</code>
@@ -216,7 +210,6 @@ published interface XArray: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::container::com::sun::star::sdbc::XArray::getResultSetAtIndex
/** returns a result set holding the elements of the subarray that
starts at index
<code>index</code>