summaryrefslogtreecommitdiff
path: root/sw/inc/docfac.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-21 09:36:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-21 13:00:13 +0200
commit8d96717154c0c69e46032c10d7e7ddef297a4668 (patch)
tree2ca2736bb589e51682664948b604008444d93754 /sw/inc/docfac.hxx
parent4a5ed266e64b892dde8a3e36be042e7e9d307eae (diff)
coverity#1401334 Uncaught exception
Change-Id: I2a74e0bcba46b730067b5baca5e934f95ba265ce Reviewed-on: https://gerrit.libreoffice.org/60854 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/docfac.hxx')
-rw-r--r--sw/inc/docfac.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docfac.hxx b/sw/inc/docfac.hxx
index 4fa978e75963..01bf092f2ee8 100644
--- a/sw/inc/docfac.hxx
+++ b/sw/inc/docfac.hxx
@@ -30,7 +30,7 @@ protected:
public:
SwDocFac( SwDoc *pDoc = nullptr );
- ~SwDocFac();
+ ~SwDocFac() COVERITY_NOEXCEPT_FALSE;
/// Document is created after calling Read(...).
SwDoc* GetDoc();