To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85276
                 Issue #|85276
                 Summary|svx: bad warning on 64-bits
               Component|Drawing
                 Version|680m242
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|cgu
             Reported by|hub





------- Additional comments from [EMAIL PROTECTED] Tue Jan 15 21:36:36 +0000 
2008 -------
svx/source/dialog/numfmt.cxx:1353: warning: comparison is always false due to
limited range of data type

This is because we are comparing ULONG_MAX (64-bits unsigned) with sal_uInt32.

Redefine CONTAINER_APPEND to SAL_MAX_UINT32
(LIST_APPEND is a define to CONTAINER_APPEND)
http://lxr.go-oo.org/source/util/tools/inc/tools/contnr.hxx#057

I have a CWS to fix that.

---------------------------------------------------------------------
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