Issue 93104 - sal: inc/osl/file.h[xx]: "always last entry in enum!" ignored
Summary: sal: inc/osl/file.h[xx]: "always last entry in enum!" ignored
Status: CONFIRMED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: DEV300m29
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-25 16:35 UTC by lohmaier
Modified: 2017-05-20 11:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description lohmaier 2008-08-25 16:35:17 UTC
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
Comment 1 Marcus 2017-05-20 11:35:21 UTC
Reset assigne to the default "issues@openoffice.apache.org".