Issue 93104

Summary: sal: inc/osl/file.h[xx]: "always last entry in enum!" ignored
Product: porting Reporter: lohmaier
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: DEV300m29   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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