summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:20:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:20:04 +0000
commit2b98257727564a9b9352d20564063ef814e6559d (patch)
tree144780ebe4073376d2c97a4719dcbc3ece165ba2 /offapi/com/sun/star/sdbcx
parent8de2a17cfc66e30941f272722e8231dbc40a0c7b (diff)
INTEGRATION: CWS dba22b (1.9.232); FILE MERGED
2006/12/12 09:54:12 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/XAlterTable.idl7
1 files changed, 2 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdbcx/XAlterTable.idl b/offapi/com/sun/star/sdbcx/XAlterTable.idl
index 0caafc0ce..fc5ca644c 100644
--- a/offapi/com/sun/star/sdbcx/XAlterTable.idl
+++ b/offapi/com/sun/star/sdbcx/XAlterTable.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XAlterTable.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:04:09 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:20:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,13 +57,11 @@
module com { module sun { module star { module sdbcx {
-// DocMerge from xml: interface com::sun::star::beans::com::sun::star::sdbcx::XAlterTable
/** is used for creating and appending new objects to a specific container.
*/
published interface XAlterTable: com::sun::star::uno::XInterface
{
- // DocMerge from xml: method com::sun::star::beans::com::sun::star::sdbcx::XAlterTable::alterColumnByName
/** is intended to alter an existing column identified by its name.
This operation must be atomar. Atomar means that the operation must be done inone step.
<b>
@@ -83,7 +81,6 @@ published interface XAlterTable: com::sun::star::uno::XInterface
com::sun::star::container::NoSuchElementException);
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::beans::com::sun::star::sdbcx::XAlterTable::alterColumnByIndex
/** is intended to alter an existing column identified by its position.
This operation must be atomar.
@param index