wsd/LOOLWSD.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 445749a0544db9d804cb8815ca54c4567d29abee
Author: Pranav Kant <[email protected]>
Date:   Mon Jul 10 22:41:16 2017 +0530

    Catch all exceptions
    
    This was changed originally in master in: 
6de3adcf9ce385152412a7a062245cb751a69cb6
    Change-Id: I3799d914b5155c37ff7bb497ac48e76c1a68761b
    Reviewed-on: https://gerrit.libreoffice.org/39774
    Reviewed-by: Michael Meeks <[email protected]>
    Tested-by: Michael Meeks <[email protected]>

diff --git a/wsd/LOOLWSD.hpp b/wsd/LOOLWSD.hpp
index 178e80c9..c26d6858 100644
--- a/wsd/LOOLWSD.hpp
+++ b/wsd/LOOLWSD.hpp
@@ -170,7 +170,7 @@ private:
             ConfigValueGetter(config, name)(value);
             return true;
         }
-        catch (const Poco::SyntaxException&)
+        catch (const std::exception&)
         {
         }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to