Tag: cws_src680_residcleanup User: pl Date: 2007/03/08 05:10:29 Modified: dba/dbaccess/source/ui/misc/dsntypes.cxx
Log: #i74635# ResId cleanup File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: dsntypes.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/dsntypes.cxx?r1=1.32.68.1&r2=1.32.68.2 Delta lines: +3 -3 ------------------- --- dsntypes.cxx 26 Feb 2007 22:58:51 -0000 1.32.68.1 +++ dsntypes.cxx 8 Mar 2007 13:10:26 -0000 1.32.68.2 @@ -4,9 +4,9 @@ * * $RCSfile: dsntypes.cxx,v $ * - * $Revision: 1.32.68.1 $ + * $Revision: 1.32.68.2 $ * - * last change: $Author: pl $ $Date: 2007/02/26 22:58:51 $ + * last change: $Author: pl $ $Date: 2007/03/08 13:10:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -102,7 +102,7 @@ m_aStrings.reserve(STR_END); for (int i = STR_MYSQL_ODBC; i < STR_END ; ++i) { - m_aStrings.push_back(String(ModuleRes(i))); + m_aStrings.push_back(String(ModuleRes(sal::static_int_cast<USHORT>(i)))); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
