summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx/XAlterTable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbcx/XAlterTable.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/XAlterTable.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdbcx/XAlterTable.idl b/offapi/com/sun/star/sdbcx/XAlterTable.idl
index 7aa68e4a5b0c..971cd2a0df6a 100644
--- a/offapi/com/sun/star/sdbcx/XAlterTable.idl
+++ b/offapi/com/sun/star/sdbcx/XAlterTable.idl
@@ -49,7 +49,6 @@ published interface XAlterTable: com::sun::star::uno::XInterface
[in]com::sun::star::beans::XPropertySet descriptor)
raises (com::sun::star::sdbc::SQLException,
com::sun::star::container::NoSuchElementException);
- //-------------------------------------------------------------------------
/** is intended to alter an existing column identified by its position.
This operation must be atomic, in that it is done in one step.s
@@ -69,7 +68,6 @@ published interface XAlterTable: com::sun::star::uno::XInterface
com::sun::star::lang::IndexOutOfBoundsException);
};
-//=============================================================================
}; }; }; };