summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/application/XCopyTableWizard.idl')
-rw-r--r--offapi/com/sun/star/sdb/application/XCopyTableWizard.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl
index e1d339b0d8b5..1ff10ddf1ee6 100644
--- a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl
+++ b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl
@@ -24,13 +24,11 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/beans/Optional.idl>
-//=============================================================================
module com { module sun { module star { module sdb { module application {
interface XCopyTableListener;
-//=============================================================================
/** describes a wizard which can be used to copy table like data from one
database to another.
@@ -130,11 +128,9 @@ interface XCopyTableWizard : ::com::sun::star::ui::dialogs::XExecutableDialog
void removeCopyTableListener( [in] XCopyTableListener Listener );
};
-//=============================================================================
}; }; }; }; };
-//=============================================================================
#endif