[Libreoffice-commits] core.git: desktop/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Aug 20 22:57:28 UTC 2017


 desktop/source/app/updater.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bfd8a4e22fe584939f67b64c9c9495a466b16576
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Aug 21 00:54:07 2017 +0200

    updater: looser throw specification for what() of exception
    
    Change-Id: Ia73dea0cb845e1fb9a743157bbeadbcfeb1d3627

diff --git a/desktop/source/app/updater.cxx b/desktop/source/app/updater.cxx
index 86e7a473783b..7402d051e313 100644
--- a/desktop/source/app/updater.cxx
+++ b/desktop/source/app/updater.cxx
@@ -56,7 +56,7 @@ public:
     {
     }
 
-    virtual const char* what() const override
+    virtual const char* what() const  throw() override
     {
         return maStr.getStr();
     }


More information about the Libreoffice-commits mailing list