To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59039
Issue #:|59039
Summary:|64bit:
|desktop/source/deployment/gui/dp_gui_dialog.cxx and
|sal_Int32 != long
Component:|framework
Version:|OOo 2.0
Platform:|All
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|PATCH
Priority:|P3
Subcomponent:|code
Assigned to:|cl
Reported by:|pjanik
------- Additional comments from [EMAIL PROTECTED] Wed Dec 7 09:55:55 -0800
2005 -------
Hi,
this one is probably not worth an issue, but ...
This file contains this code:
sal_Int32 tabs[ 3 ];
...
that->m_treelb->SetTabs( tabs, MAP_PIXEL );
but SetTabs is declared as:
void SetTabs( long* pTabs, MapUnit = MAP_APPFONT );
We propose to unify it as:
- sal_Int32 tabs[ 3 ];
+ long tabs[ 3 ];
it doesn't change anything for 32bit systems, but helps on 64bit. Please
approve.
---------------------------------------------------------------------
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]