diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-01 15:18:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-01 20:34:22 +0100 |
commit | 0b8526460dc6196408a97a0f081f1146abe89799 (patch) | |
tree | 06a159ab65394b9c42cab9172a1e3c17a6c93782 | |
parent | f70f3a46b8de6397bbcc09e8b9c8be9451919ae1 (diff) |
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@redhat.com>
-rw-r--r-- | include/vcl/embeddedfontshelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |