Tag: cws_src680_dba201b User: oj Date: 05/07/06 01:20:51 Modified: /dba/dbaccess/source/ui/misc/ TableCopyHelper.cxx
Log: #i48851# store default for bool as string File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: TableCopyHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/TableCopyHelper.cxx?r1=1.2&r2=1.2.84.1 Delta lines: +3 -2 ------------------- --- TableCopyHelper.cxx 21 Jan 2005 17:19:46 -0000 1.2 +++ TableCopyHelper.cxx 6 Jul 2005 08:20:48 -0000 1.2.84.1 @@ -2,9 +2,9 @@ * * $RCSfile: TableCopyHelper.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.84.1 $ * - * last change: $Author: kz $ $Date: 2005/01/21 17:19:46 $ + * last change: $Author: oj $ $Date: 2005/07/06 08:20:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -369,6 +369,7 @@ FILL_PARAM( ::com::sun::star::util::DateTime, etTimestamp) break; case DataType::BIT: + case DataType::BOOLEAN: FILL_PARAM( sal_Bool, etBoolean) break; case DataType::TINYINT: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
