To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93104
                 Issue #|93104
                 Summary|sal: inc/osl/file.h[xx]: "always last entry in enum!" 
                        |ignored
               Component|porting
                 Version|DEV300m29
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mh
             Reported by|cloph





------- Additional comments from [EMAIL PROTECTED] Mon Aug 25 15:35:17 +0000 
2008 -------
despite the comment "always last entry in enum!", the error-id
osl_File_E_invalidError is not the last entry (and indenting is wrong as a
sidenote):

        osl_File_E_invalidError,                /* unmapped error: always last
entry in enum! */
    osl_File_E_TIMEDOUT,
        osl_File_E_NETWORK,

At least it is consistent with the mapping in the hxx:
                E_invalidError = osl_File_E_invalidError,       /* unmapped
error: always last entry in enum! */
        E_TIMEDOUT     = osl_File_E_TIMEDOUT,
                E_NETWORK      = osl_File_E_NETWORK

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