DataType:OTHER impl

This commit is contained in:
Ocke Janssen
2001-03-02 14:42:27 +00:00
parent 5e9a9545cd
commit 767d9665a3
6 changed files with 31 additions and 17 deletions

View File

@@ -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");
}