[Libreoffice-commits] core.git: include/vcl
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Feb 27 10:07:25 UTC 2019
include/vcl/threadex.hxx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit c438349f49f216ed8ea4bcba432ddb82055efb15
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Feb 27 09:21:13 2019 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Feb 27 11:07:00 2019 +0100
Fix comment
...after ce2792eda318b2760d24d2a744fc89e6a1d87138 "use C++11 exception
rethrowing"
Change-Id: I7a5cf53daa833cd398e520f67bf4bc5f36b21989
Reviewed-on: https://gerrit.libreoffice.org/68422
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/vcl/threadex.hxx b/include/vcl/threadex.hxx
index b8962f2d0e0b..cac25bc58b75 100644
--- a/include/vcl/threadex.hxx
+++ b/include/vcl/threadex.hxx
@@ -116,9 +116,8 @@ private:
/** This function will execute the passed functor synchronously in the
solar thread, thus the calling thread will (eventually) be blocked until
the functor has been called.
- Any UNO exception that came up calling the functor in the solar thread
- will be caught and rethrown in the calling thread. Any non-UNO
- exception needs to be handled by the called functor.
+ Any exception that came up calling the functor in the solar thread
+ will be caught and rethrown in the calling thread.
The result type of this function needs to be default constructable.
Please keep in mind not to pass addresses to stack variables
(e.g. for out parameters) to foreign threads, use inout_by_ref()
More information about the Libreoffice-commits
mailing list