summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 16:03:57 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 16:03:57 +0000
commita36aa0108917febd705f41fec89afd7ef9ddace2 (patch)
treed0d7fc6c3c14a63f4dfd35642112ce00546794b3 /dbaccess
parent7fea8b86dc1c89a6be4766aee933b038047a3922 (diff)
INTEGRATION: CWS dba30a (1.55.12); FILE MERGED
2008/02/20 21:31:56 fs 1.55.12.1: remove unused code Issue number: #i86284# Submitted by: cmc@openoffice.org Reviewed by: fs@openoffice.org
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 a81c133c60b3..5ca66c04dff3 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.55 $
+ * $Revision: 1.56 $
*
- * last change: $Author: rt $ $Date: 2008-01-30 08:51:55 $
+ * last change: $Author: kz $ $Date: 2008-03-05 17:03:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1602,11 +1602,4 @@ void OCopyTableWizard::showColumnTypeNotSupported(const ::rtl::OUString& _rColum
OSQLMessageBox aMsg(this,sTitle,sMessage);
aMsg.Execute();
}
-// -----------------------------------------------------------------------------
-void OCopyTableWizard::SetTableName( const ::rtl::OUString& _rName )
-{
- if ( _rName.getLength() != 0 )
- m_sName = _rName;
-
-}
//-------------------------------------------------------------------------------