summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/controlwizard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/controlwizard.cxx')
-rw-r--r--extensions/source/dbpilots/controlwizard.cxx25
1 files changed, 0 insertions, 25 deletions
diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx
index a60491a59e5e..d51aef5fd4ac 100644
--- a/extensions/source/dbpilots/controlwizard.cxx
+++ b/extensions/source/dbpilots/controlwizard.cxx
@@ -46,11 +46,8 @@
#include <tools/urlobj.hxx>
#include <vcl/layout.hxx>
-
namespace dbp
{
-
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::awt;
using namespace ::com::sun::star::lang;
@@ -68,9 +65,6 @@ namespace dbp
using namespace ::comphelper;
using namespace ::dbtools;
-
- //= OAccessRegulator
-
struct OAccessRegulator
{
friend class OControlWizardPage;
@@ -79,22 +73,6 @@ namespace dbp
OAccessRegulator() { }
};
-
- //= OControlWizardPage
-
-
- OControlWizardPage::OControlWizardPage( OControlWizard* _pParent, const ResId& _rResId )
- :OControlWizardPage_Base( _pParent, _rResId )
- ,m_pFormDatasourceLabel(NULL)
- ,m_pFormDatasource(NULL)
- ,m_pFormContentTypeLabel(NULL)
- ,m_pFormContentType(NULL)
- ,m_pFormTableLabel(NULL)
- ,m_pFormTable(NULL)
- {
- }
-
-
OControlWizardPage::OControlWizardPage( OControlWizard* _pParent, const OString& rID, const OUString& rUIXMLDescription )
:OControlWizardPage_Base( _pParent, rID, rUIXMLDescription )
,m_pFormDatasourceLabel(NULL)
@@ -106,18 +84,15 @@ namespace dbp
{
}
-
OControlWizardPage::~OControlWizardPage()
{
}
-
OControlWizard* OControlWizardPage::getDialog()
{
return static_cast< OControlWizard* >(GetParent());
}
-
const OControlWizard* OControlWizardPage::getDialog() const
{
return static_cast< OControlWizard* >(GetParent());