summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WCopyTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/WCopyTable.hxx')
-rw-r--r--dbaccess/source/ui/inc/WCopyTable.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx
index 659f13c66a3b..186aa872668f 100644
--- a/dbaccess/source/ui/inc/WCopyTable.hxx
+++ b/dbaccess/source/ui/inc/WCopyTable.hxx
@@ -91,9 +91,7 @@ namespace dbaui
}
};
- // ========================================================
// ICopyTableSourceObject
- // ========================================================
/** interface to an object to copy to another DB, using the OCopyTableWizard
when the wizard is used to copy an object to another DB, it usually requires
@@ -142,9 +140,7 @@ namespace dbaui
virtual ~ICopyTableSourceObject();
};
- // ========================================================
// ObjectCopySource
- // ========================================================
class ObjectCopySource : public ICopyTableSourceObject
{
private:
@@ -175,9 +171,7 @@ namespace dbaui
getPreparedSelectStatement() const;
};
- // ========================================================
// NamedTableCopySource
- // ========================================================
class NamedTableCopySource : public ICopyTableSourceObject
{
private:
@@ -216,9 +210,7 @@ namespace dbaui
impl_ensureStatement_throw();
};
- // ========================================================
// Wizard Dialog
- // ========================================================
class OCopyTableWizard : public WizardDialog
{
friend class OWizColumnSelect;