summaryrefslogtreecommitdiff
path: root/sc/inc/colcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/colcontainer.hxx')
-rw-r--r--sc/inc/colcontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/colcontainer.hxx b/sc/inc/colcontainer.hxx
index 21463edb0bd4..92fff8f4a42e 100644
--- a/sc/inc/colcontainer.hxx
+++ b/sc/inc/colcontainer.hxx
@@ -36,7 +36,7 @@ class ScColContainer
public:
ScColContainer( ScDocument* pDoc, const size_t nSize );
- ~ScColContainer();
+ ~ScColContainer() COVERITY_NOEXCEPT_FALSE;
const ScColumn& operator[] ( const size_t nIndex ) const
{