summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/WColumnSelect.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:34:44 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:34:44 +0000
commitf013e73894ab84f596944ddc60b63d89a3701479 (patch)
tree9371d535c26a0bbfada56844de55ae42f40b1124 /dbaccess/source/ui/misc/WColumnSelect.cxx
parentb20c8ced71757df36d13e187bf0ca96bcdc09dab (diff)
INTEGRATION: CWS dba23a (1.23.6); FILE MERGED
2007/02/26 11:48:17 fs 1.23.6.1: remove unused code Issue number: #i74804# Submitted by: jnavrati@openoffice.org Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'dbaccess/source/ui/misc/WColumnSelect.cxx')
-rw-r--r--dbaccess/source/ui/misc/WColumnSelect.cxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/dbaccess/source/ui/misc/WColumnSelect.cxx b/dbaccess/source/ui/misc/WColumnSelect.cxx
index a98d34a04e5a..d8b1470d1729 100644
--- a/dbaccess/source/ui/misc/WColumnSelect.cxx
+++ b/dbaccess/source/ui/misc/WColumnSelect.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: WColumnSelect.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: obo $ $Date: 2007-01-25 12:00:51 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:34:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,13 +84,6 @@ using namespace dbaui;
// -----------------------------------------------------------------------
String OWizColumnSelect::GetTitle() const { return String(ModuleRes(STR_WIZ_COLUMN_SELECT_TITEL)); }
-// -----------------------------------------------------------------------
-OWizardPage::OWizardPage( Window* pParent, WinBits nStyle)
- : TabPage(pParent,nStyle)
- ,m_pParent(static_cast<OCopyTableWizard*>(pParent))
- ,m_bFirstTime(sal_True)
-{
-}
// -----------------------------------------------------------------------------
OWizardPage::OWizardPage( Window* pParent, const ResId& rResId )
: TabPage(pParent,rResId)