Kaydet (Commit) c438349f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix comment

...after ce2792ed "use C++11 exception
rethrowing"

Change-Id: I7a5cf53daa833cd398e520f67bf4bc5f36b21989
Reviewed-on: https://gerrit.libreoffice.org/68422
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst d433c4e9
...@@ -116,9 +116,8 @@ private: ...@@ -116,9 +116,8 @@ private:
/** This function will execute the passed functor synchronously in the /** This function will execute the passed functor synchronously in the
solar thread, thus the calling thread will (eventually) be blocked until solar thread, thus the calling thread will (eventually) be blocked until
the functor has been called. the functor has been called.
Any UNO exception that came up calling the functor in the solar thread Any exception that came up calling the functor in the solar thread
will be caught and rethrown in the calling thread. Any non-UNO will be caught and rethrown in the calling thread.
exception needs to be handled by the called functor.
The result type of this function needs to be default constructable. The result type of this function needs to be default constructable.
Please keep in mind not to pass addresses to stack variables Please keep in mind not to pass addresses to stack variables
(e.g. for out parameters) to foreign threads, use inout_by_ref() (e.g. for out parameters) to foreign threads, use inout_by_ref()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment