summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/listcombowizard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/listcombowizard.cxx')
-rw-r--r--extensions/source/dbpilots/listcombowizard.cxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/extensions/source/dbpilots/listcombowizard.cxx b/extensions/source/dbpilots/listcombowizard.cxx
index 458f9743df07..7feea7d7024d 100644
--- a/extensions/source/dbpilots/listcombowizard.cxx
+++ b/extensions/source/dbpilots/listcombowizard.cxx
@@ -45,10 +45,6 @@ namespace dbp
using namespace ::svt;
using namespace ::dbtools;
-
- //= OListComboWizard
-
-
OListComboWizard::OListComboWizard( vcl::Window* _pParent,
const Reference< XPropertySet >& _rxObjectModel, const Reference< XComponentContext >& _rxContext )
:OControlWizard(_pParent, _rxObjectModel, _rxContext)
@@ -219,10 +215,6 @@ namespace dbp
return true;
}
-
- //= OLCPage
-
-
Reference< XNameAccess > OLCPage::getTables(bool _bNeedIt)
{
Reference< XConnection > xConn = getFormConnection();
@@ -270,10 +262,6 @@ namespace dbp
return aColumnNames;
}
-
- //= OContentTableSelection
-
-
OContentTableSelection::OContentTableSelection( OListComboWizard* _pParent )
:OLCPage(_pParent, "TableSelectionPage", "modules/sabpilot/ui/contenttablepage.ui")
{
@@ -364,10 +352,6 @@ namespace dbp
return true;
}
-
- //= OContentFieldSelection
-
-
OContentFieldSelection::OContentFieldSelection( OListComboWizard* _pParent )
:OLCPage(_pParent, "FieldSelectionPage", "modules/sabpilot/ui/contentfieldpage.ui")
{
@@ -445,10 +429,6 @@ namespace dbp
return true;
}
-
- //= OLinkFieldsPage
-
-
OLinkFieldsPage::OLinkFieldsPage( OListComboWizard* _pParent )
:OLCPage(_pParent, "FieldLinkPage", "modules/sabpilot/ui/fieldlinkpage.ui")
{
@@ -530,10 +510,6 @@ namespace dbp
return true;
}
-
- //= OComboDBFieldPage
-
-
OComboDBFieldPage::OComboDBFieldPage( OControlWizard* _pParent )
:ODBFieldPage(_pParent)
{