summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:22:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:22:23 +0000
commitdcad822fb40522723c3217882f863b403c597b0b (patch)
tree3249e06c3dba8dd804c230d777d33433f43acb8b /offapi/com/sun/star/sdbcx
parent67933df1248240e58a6ee2eaa2aa3eb8d9f1cefe (diff)
INTEGRATION: CWS dba22b (1.9.232); FILE MERGED
2006/12/12 09:54:14 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi/com/sun/star/sdbcx')
-rw-r--r--offapi/com/sun/star/sdbcx/XDeleteRows.idl6
-rw-r--r--offapi/com/sun/star/sdbcx/XDropCatalog.idl6
-rw-r--r--offapi/com/sun/star/sdbcx/XGroupsSupplier.idl6
-rw-r--r--offapi/com/sun/star/sdbcx/XIndexesSupplier.idl6
-rw-r--r--offapi/com/sun/star/sdbcx/XKeysSupplier.idl6
5 files changed, 10 insertions, 20 deletions
diff --git a/offapi/com/sun/star/sdbcx/XDeleteRows.idl b/offapi/com/sun/star/sdbcx/XDeleteRows.idl
index 1b804f66c61d..9adc47d541f4 100644
--- a/offapi/com/sun/star/sdbcx/XDeleteRows.idl
+++ b/offapi/com/sun/star/sdbcx/XDeleteRows.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XDeleteRows.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:05:51 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:21:21 $
*
* 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 sdbcx {
-// DocMerge from xml: interface com::sun::star::sdbcx::XDeleteRows
/** provides for the deletion of more than one row at a time.
*/
published interface XDeleteRows: com::sun::star::uno::XInterface
{
- // DocMerge from idl: method com::sun::star::sdbcx::XDeleteRows::deleteRows
/** deletes one or more rows identified by their bookmarks.
@param rows
list of bookmarks identifying the rows.
diff --git a/offapi/com/sun/star/sdbcx/XDropCatalog.idl b/offapi/com/sun/star/sdbcx/XDropCatalog.idl
index 6dc65692ecd5..b3a81e24f670 100644
--- a/offapi/com/sun/star/sdbcx/XDropCatalog.idl
+++ b/offapi/com/sun/star/sdbcx/XDropCatalog.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XDropCatalog.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:06:21 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:21:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,7 +54,6 @@
module com { module sun { module star { module sdbcx {
-// DocMerge from xml: interface com::sun::star::sdbcx::XDropCatalog
/** may be implemented to hide the complexity of dropping a database catalog. Could
normally be used only in offline mode, no connection on the database. This
should be checked by the driver.
@@ -62,7 +61,6 @@
published interface XDropCatalog: com::sun::star::uno::XInterface
{
- // DocMerge from xml: method com::sun::star::sdbcx::XDropCatalog::dropCatalog
/** drops a catalog identified by its name.
@param catalogName
the catalog name
diff --git a/offapi/com/sun/star/sdbcx/XGroupsSupplier.idl b/offapi/com/sun/star/sdbcx/XGroupsSupplier.idl
index 77d62c55f639..1cca37ed9d2b 100644
--- a/offapi/com/sun/star/sdbcx/XGroupsSupplier.idl
+++ b/offapi/com/sun/star/sdbcx/XGroupsSupplier.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XGroupsSupplier.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:06:34 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:21:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,14 +46,12 @@
module com { module sun { module star { module sdbcx {
-// DocMerge from xml: interface com::sun::star::sdbcx::XGroupsSupplier
/** provides for access to a container of groups, typically used for a database
definition object.
*/
published interface XGroupsSupplier: com::sun::star::uno::XInterface
{
- // DocMerge from xml: method com::sun::star::sdbcx::XGroupsSupplier::getGroups
/** returns the container of groups.
@returns
the groups
diff --git a/offapi/com/sun/star/sdbcx/XIndexesSupplier.idl b/offapi/com/sun/star/sdbcx/XIndexesSupplier.idl
index 8a9931b68641..7b1413b67fef 100644
--- a/offapi/com/sun/star/sdbcx/XIndexesSupplier.idl
+++ b/offapi/com/sun/star/sdbcx/XIndexesSupplier.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XIndexesSupplier.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:06:50 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:22:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,14 +46,12 @@
module com { module sun { module star { module sdbcx {
-// DocMerge from xml: interface com::sun::star::sdbcx::XIndexesSupplier
/** provides for access to a container of indexes, typically used for a table
definition object.
*/
published interface XIndexesSupplier: com::sun::star::uno::XInterface
{
- // DocMerge from xml: method com::sun::star::sdbcx::XIndexesSupplier::getIndexes
/** returns the container of indexes.
@returns
the indexes
diff --git a/offapi/com/sun/star/sdbcx/XKeysSupplier.idl b/offapi/com/sun/star/sdbcx/XKeysSupplier.idl
index 31aae430429d..13e2e6dd8921 100644
--- a/offapi/com/sun/star/sdbcx/XKeysSupplier.idl
+++ b/offapi/com/sun/star/sdbcx/XKeysSupplier.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XKeysSupplier.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:07:07 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:22:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,14 +46,12 @@
module com { module sun { module star { module sdbcx {
-// DocMerge from xml: interface com::sun::star::sdbcx::XKeysSupplier
/** provides for access to a container of keys, typically used for a table
definition object.
*/
published interface XKeysSupplier: com::sun::star::uno::XInterface
{
- // DocMerge from xml: method com::sun::star::sdbcx::XKeysSupplier::getKeys
/** returns the container of keys.
@returns
the keys