To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70460
                 Issue #|70460
                 Summary|to-be-m188: svx/source/dialog/showcols.cxx: 111: error
                        |: cast from 'void*' to 'sal_Int32' loses precision
               Component|porting
                 Version|current
                Platform|Opteron/x86_64
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P1
            Subcomponent|code
             Assigned to|sb
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Sun Oct 15 21:55:07 -0700 
2006 -------
to-be-m188 on x86_64:

/data/oo/BuildDir/ooo_SRC680_m188_src/svx/source/dialog/showcols.cxx:111:
error: cast from 'void*' to 'sal_Int32' loses precision

Compare diff to previous version here (comes from sb59):

-                      
m_xColumns->getByIndex(reinterpret_cast<sal_Int64>(m_aList.GetEntryData(m_aList.GetSelectEntryPos(i))))
>>= xCol;
+                      
m_xColumns->getByIndex(reinterpret_cast<sal_Int32>(m_aList.GetEntryData(m_aList.GetSelectEntryPos(i))))
>>= xCol;

revision 1.8
date: 2006/10/12 12:26:46;  author: obo;  state: Exp;  lines: +2 -2
INTEGRATION: CWS sb59 (1.6.62); FILE MERGED
2006/08/03 13:51:36 cl 1.6.62.1: removed compiler warnings

Please find different solution not breaking on 64bit platforms.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to