Tag: cws_src680_dba25
User: oj      
Date: 05/03/07 04:19:35

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.6.1&r2=1.26.6.2
Delta lines:  +3 -3
-------------------
--- FValue.cxx  7 Mar 2005 12:02:24 -0000       1.26.6.1
+++ FValue.cxx  7 Mar 2005 12:19:32 -0000       1.26.6.2
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: FValue.cxx,v $
  *
- *  $Revision: 1.26.6.1 $
+ *  $Revision: 1.26.6.2 $
  *
- *  last change: $Author: oj $ $Date: 2005/03/07 12:02:24 $
+ *  last change: $Author: oj $ $Date: 2005/03/07 12:19:32 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -531,7 +531,7 @@
                                if ( _rRH.m_bSigned )
                                        m_aValue.m_nInt32       = 
_rRH.m_aValue.m_nInt32;
                                else
-                                       (*this) = 
*(sal_Int64*)_rRH.m_aValue.m_pValue;
+                    *static_cast<sal_Int64*>(m_aValue.m_pValue) = 
*(sal_Int64*)_rRH.m_aValue.m_pValue;
                                break;
                        default:
                                (*(Any*)m_aValue.m_pValue)      = 
(*(Any*)_rRH.m_aValue.m_pValue);




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to