include/vcl/threadex.hxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit c438349f49f216ed8ea4bcba432ddb82055efb15
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Feb 27 09:21:13 2019 +0100
Commit:     Stephan Bergmann <sberg...@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 <sberg...@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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to