summaryrefslogtreecommitdiff
path: root/sw/inc/docfac.hxx
diff options
context:
space:
mode:
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();