summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdb/tools/XTableAlteration.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/tools/XTableAlteration.idl')
-rw-r--r--offapi/com/sun/star/sdb/tools/XTableAlteration.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdb/tools/XTableAlteration.idl b/offapi/com/sun/star/sdb/tools/XTableAlteration.idl
index 03e8f25dc4cf..76ea4d5cfdec 100644
--- a/offapi/com/sun/star/sdb/tools/XTableAlteration.idl
+++ b/offapi/com/sun/star/sdb/tools/XTableAlteration.idl
@@ -25,11 +25,8 @@
#include <com/sun/star/lang/XInitialization.idl>
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module sdb { module tools {
-//=============================================================================
-//-----------------------------------------------------------------------------
/** allows to alter a table.
@see com::sun::star::sdb::DataSource::Settings
@@ -90,9 +87,7 @@ interface XTableAlteration
void dropColumn([in] com::sun::star::beans::XPropertySet table,[in]string columnName)
raises ( com::sun::star::sdbc::SQLException);
};
-//=============================================================================
}; }; }; }; };
-//=============================================================================
#endif