diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-05 09:32:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-05 12:47:51 +0100 |
commit | cb4ba42fbf421a17a8ba0e32ef09add928f2b694 (patch) | |
tree | 02625ac3bf02731547c7367dcc5a6d75b33322e6 /sw/source | |
parent | 5e124e9d9d3bf3a55fe9956561db229d079288cc (diff) |
cid#1472781 silence Uncaught exception
Change-Id: I898e6f2778b0db2850e051b0603ec9305f875477
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110460
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/ole/ndole.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx index ee05b9a2779b..3fb56edbd3ad 100644 --- a/sw/source/core/ole/ndole.cxx +++ b/sw/source/core/ole/ndole.cxx @@ -989,7 +989,7 @@ PurgeGuard::PurgeGuard(const SwDoc& rDoc) m_rManager.set(DocumentSettingId::PURGE_OLE, false); } -PurgeGuard::~PurgeGuard() +PurgeGuard::~PurgeGuard() COVERITY_NOEXCEPT_FALSE { m_rManager.set(DocumentSettingId::PURGE_OLE, m_bOrigPurgeOle); } |