diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:35:06 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:35:06 +0000 |
commit | 29b730ef13e2a9fbb9fe92dfa216d10234a0ea17 (patch) | |
tree | 49024d085a9984cf829872ef89d8258701eba788 /dbaccess/source/ui/misc/WCopyTable.cxx | |
parent | f013e73894ab84f596944ddc60b63d89a3701479 (diff) |
INTEGRATION: CWS dba23a (1.50.60); FILE MERGED
2007/02/26 11:48:17 fs 1.50.60.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/WCopyTable.cxx')
-rw-r--r-- | dbaccess/source/ui/misc/WCopyTable.cxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx index e2b6f64941dc..c4495dea239f 100644 --- a/dbaccess/source/ui/misc/WCopyTable.cxx +++ b/dbaccess/source/ui/misc/WCopyTable.cxx @@ -4,9 +4,9 @@ * * $RCSfile: WCopyTable.cxx,v $ * - * $Revision: 1.50 $ + * $Revision: 1.51 $ * - * last change: $Author: obo $ $Date: 2006-10-12 13:41:03 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:35:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -589,13 +589,6 @@ void OCopyTableWizard::AddWizardPage(OWizardPage* pPage) AddPage(pPage); ++m_nPageCount; } -// ----------------------------------------------------------------------- -void OCopyTableWizard::RemoveWizardPage(OWizardPage* pPage) -{ - DBG_CHKTHIS(OCopyTableWizard,NULL); - RemovePage(pPage); - --m_nPageCount; -} // ----------------------------------------------------------------------------- void OCopyTableWizard::insertColumn(sal_Int32 _nPos,OFieldDescription* _pField) { |