Tag: cws_src680_dbwizardpp1 User: bc Date: 05/12/13 07:52:29 Modified: /dba/dbaccess/source/ui/tabledesign/ FieldDescriptions.cxx
Log: #i54486#setTypeName now also called in'FillFromTypeInfo' added File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: FieldDescriptions.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx?r1=1.19&r2=1.19.62.1 Delta lines: +131 -130 ----------------------- --- FieldDescriptions.cxx 8 Sep 2005 16:38:53 -0000 1.19 +++ FieldDescriptions.cxx 13 Dec 2005 15:52:26 -0000 1.19.62.1 @@ -4,9 +4,9 @@ * * $RCSfile: FieldDescriptions.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.19.62.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 16:38:53 $ + * last change: $Author: bc $ $Date: 2005/12/13 15:52:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -261,6 +261,7 @@ SetAutoIncrement(sal_False); SetCurrency( _pType->bCurrency ); SetType(_pType); + SetTypeName(_pType->aTypeName); } } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
