summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-03-02 14:42:27 +0000
committerOcke Janssen <oj@openoffice.org>2001-03-02 14:42:27 +0000
commit767d9665a360f711cc75c1c79a3dba76563395f7 (patch)
treeee88eb0f253d3fcf852d9e7488c6dc4fb0c75d89 /dbaccess/source/ui/misc
parent5e9a9545cd59a0bdd1da7647a0f4c02f2744289d (diff)
DataType:OTHER impl
Diffstat (limited to 'dbaccess/source/ui/misc')
-rw-r--r--dbaccess/source/ui/misc/WCopyTable.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx
index a94272239a84..60af9cd198f9 100644
--- a/dbaccess/source/ui/misc/WCopyTable.cxx
+++ b/dbaccess/source/ui/misc/WCopyTable.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: WCopyTable.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2001-02-23 15:07:28 $
+ * last change: $Author: oj $ $Date: 2001-03-02 15:42:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -590,6 +590,9 @@ void OCopyTableWizard::fillTypeInfo()
case DataType::REF:
aName = m_sTypeNames.GetToken(TYPE_REF);
break;
+ case DataType::OTHER:
+ aName = m_sTypeNames.GetToken(TYPE_OTHER);
+ break;
default:
OSL_ENSURE(0,"Unknown type");
}