Tag: cws_src680_dba25 User: oj Date: 05/03/07 04:02:26 Modified: /dba/connectivity/source/commontools/ FValue.cxx
Log: #i44333# fix for sign unsigned values File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: FValue.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/FValue.cxx?r1=1.26&r2=1.26.6.1 Delta lines: +4 -4 ------------------- --- FValue.cxx 17 Feb 2005 10:14:35 -0000 1.26 +++ FValue.cxx 7 Mar 2005 12:02:24 -0000 1.26.6.1 @@ -2,9 +2,9 @@ * * $RCSfile: FValue.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.26.6.1 $ * - * last change: $Author: vg $ $Date: 2005/02/17 10:14:35 $ + * last change: $Author: oj $ $Date: 2005/03/07 12:02:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -385,7 +385,7 @@ if(&_rRH == this) return *this; - if(m_eTypeKind != _rRH.m_eTypeKind || _rRH.m_bNull) + if ( m_eTypeKind != _rRH.m_eTypeKind || _rRH.m_bNull || m_bSigned != _rRH.m_bSigned) free(); m_bBound = _rRH.m_bBound; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
