diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-02-13 16:51:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-02-13 16:51:21 +0000 |
commit | 681dd10bb92185a2b6918ed82ea4c6efb84d74fb (patch) | |
tree | 30e0bc67f9a364c244de53178bbf200886694a1a /sfx2 | |
parent | 1f5e95a607c124b6e29a392c42c8351051a65ba3 (diff) |
coverity#1429470 Uncaught exception
Change-Id: I0c60db098de9ee02f57a6b803fd6291c128918e7
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 7fee9f85800f..9016fb4a5bb8 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -295,7 +295,7 @@ void SfxViewFrame::ExecReload_Impl( SfxRequest& rReq ) SfxViewFrame* m_pFrame; SfxObjectShell* m_pSh; bool m_bSetRO; - ~ReadOnlyUIGuard() + ~ReadOnlyUIGuard() COVERITY_NOEXCEPT_FALSE { if (m_bSetRO != m_pSh->IsReadOnlyUI()) { |