[Libreoffice-commits] core.git: include/vcl

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sun Nov 1 19:34:58 UTC 2020


 include/vcl/embeddedfontshelper.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0b8526460dc6196408a97a0f081f1146abe89799
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Nov 1 15:18:30 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Nov 1 20:34:22 2020 +0100

    cid#1468697 Uncaught exception
    
    Change-Id: Ibc589c87356781b143088d4231a8c0a2a2671961
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105143
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/include/vcl/embeddedfontshelper.hxx b/include/vcl/embeddedfontshelper.hxx
index c1c98eaf0694..7f8c1f3094cf 100644
--- a/include/vcl/embeddedfontshelper.hxx
+++ b/include/vcl/embeddedfontshelper.hxx
@@ -96,7 +96,7 @@ public:
     */
     static void clearTemporaryFontFiles();
 
-    ~EmbeddedFontsHelper()
+    ~EmbeddedFontsHelper() COVERITY_NOEXCEPT_FALSE
     {
         activateFonts();
     }


More information about the Libreoffice-commits mailing list