Tag: cws_src680_dba22b User: fs Date: 2007/01/03 07:14:46 Modified: dba/dbaccess/source/ui/misc/DExport.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: DExport.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/DExport.cxx?r1=1.36.10.1&r2=1.36.10.2 Delta lines: +3 -3 ------------------- --- DExport.cxx 3 Jan 2007 14:42:40 -0000 1.36.10.1 +++ DExport.cxx 3 Jan 2007 15:14:43 -0000 1.36.10.2 @@ -4,9 +4,9 @@ * * $RCSfile: DExport.cxx,v $ * - * $Revision: 1.36.10.1 $ + * $Revision: 1.36.10.2 $ * - * last change: $Author: oj $ $Date: 2007/01/03 14:42:40 $ + * last change: $Author: fs $ $Date: 2007/01/03 15:14:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -420,7 +420,7 @@ ,NumberFormat::NUMBER ,NumberFormat::LOGICAL }; - for (sal_Int16 i = 0; i < sizeof(nFormats)/sizeof(nFormats[0]); ++i) + for (size_t i = 0; i < sizeof(nFormats)/sizeof(nFormats[0]); ++i) { try { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
