https://bugs.documentfoundation.org/show_bug.cgi?id=148275
--- Comment #16 from Mike Kaganski <[email protected]> --- A code pointer for transferring status to the external caller: desktop/unx/source/start.c : send_args (Linux?) / desktop/source/app/officeipcthread.cxx : PipeIpcThread::enable (general / windows) sends args and receives the status; it checks if it got "InternalIPC::ProcessingDone". We could return other strings instead (just need to fit into the length?). Returning the status happens in desktop/source/app/officeipcthread.cxx : PipeIpcThread::execute; and there we can check the new "GetAllSucceeded". -- You are receiving this mail because: You are the assignee for the bug.
