summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewfrm.cxx2
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())
{