To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=58947 Issue #:|58947 Summary:|svx: resids are 32bit *always* Component:|framework Version:|current Platform:|All URL:|http://go-oo.org/patches/64bit/buildfix-64bit- |svx.diff 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] Tue Dec 6 03:21:46 -0800 2005 ------- Hi, the function GalleryResGetBitmapEx is declared and defined as: BitmapEx GalleryResGetBitmapEx( ULONG nId ) Its argument is used in ResId constructor. ResId is using it as a value for: sal_uInt32 nResId; // Resource Identifier Please unify to sal_uInt32 instead of ULONG. Kendy prepared this patch: http://go-oo.org/patches/64bit/buildfix-64bit-svx.diff Please ignore the second (empty) part (file svx/inc/outliner.hxx). The above patch also removes unneccessary casting. We have a cws for it (pj34), please review. --------------------------------------------------------------------- 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]
