summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/misc/WCopyTable.cxx11
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)
{