Tag: cws_src680_dba24c User: fs Date: 2007-09-29 12:12:49+0000 Modified: dba/connectivity/source/commontools/sqlerror.cxx
Log: #i10000# File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: sqlerror.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/sqlerror.cxx?r1=1.1.2.6&r2=1.1.2.7 Delta lines: +7 -3 ------------------- --- sqlerror.cxx 2007-09-20 18:27:04+0000 1.1.2.6 +++ sqlerror.cxx 2007-09-29 12:12:46+0000 1.1.2.7 @@ -4,9 +4,9 @@ * * $RCSfile: sqlerror.cxx,v $ * - * $Revision: 1.1.2.6 $ + * $Revision: 1.1.2.7 $ * - * last change: $Author: fs $ $Date: 2007/09/20 18:27:04 $ + * last change: $Author: fs $ $Date: 2007/09/29 12:12:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,11 @@ using ::com::sun::star::uno::Type; /** === end UNO using === **/ - using SQLError::ParamValue; + //using SQLError::ParamValue; // GCC (unxlngi6) does not like this + namespace + { + typedef SQLError::ParamValue ParamValue; + } //==================================================================== //= SQLError_Impl - declaration --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
