https://bugs.documentfoundation.org/show_bug.cgi?id=144114
--- Comment #4 from Chris Sherlock <[email protected]> --- Error code 22 is defined in file.hxx and is either: E_INVAL = osl_File_E_INVAL, ///< invalid argument to library function E_NFILE = osl_File_E_NFILE, ///< too many distinct file openings https://opengrok.libreoffice.org/xref/core/include/osl/file.hxx?r=e1a351ca#56 (I think it's likely the latter if enum starts at 1) -- You are receiving this mail because: You are the assignee for the bug.
