[Libreoffice-commits] core.git: sfx2/source
Caolán McNamara
caolanm at redhat.com
Tue Feb 13 16:54:01 UTC 2018
sfx2/source/view/viewfrm.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 681dd10bb92185a2b6918ed82ea4c6efb84d74fb
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Feb 13 16:51:21 2018 +0000
coverity#1429470 Uncaught exception
Change-Id: I0c60db098de9ee02f57a6b803fd6291c128918e7
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())
{
More information about the Libreoffice-commits
mailing list