diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ndole.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx index 39060d62501b..9603ce4f4440 100644 --- a/sw/inc/ndole.hxx +++ b/sw/inc/ndole.hxx @@ -180,7 +180,7 @@ private: bool m_bOrigPurgeOle; public: PurgeGuard(const SwDoc& rDoc); - ~PurgeGuard(); + ~PurgeGuard() COVERITY_NOEXCEPT_FALSE; }; #endif // _ INCLUDED_SW_INC_NDOLE_HXX |