summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl')
-rw-r--r--offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl b/offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl
index 75adfe2bd03f..5c1c40005b8e 100644
--- a/offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl
+++ b/offapi/com/sun/star/sdb/application/CopyTableRowEvent.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/lang/EventObject.idl>
#include <com/sun/star/sdbc/XResultSet.idl>
-//=============================================================================
module com { module sun { module star { module sdb { module application {
-//=============================================================================
/** specifies an event happening while copying table data between databases.
@@ -50,11 +48,9 @@ struct CopyTableRowEvent : ::com::sun::star::lang::EventObject
any Error;
};
-//=============================================================================
}; }; }; }; };
-//=============================================================================
#endif