diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-18 20:18:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-19 00:39:32 +0100 |
commit | 684641b3f85850f9ae1bd36ef24e4ca89fac95f4 (patch) | |
tree | 236d825df628730aad4d13e1feae1b7c46202aeb | |
parent | 55df51923cfee438092e6f259574710418d62224 (diff) |
coverity#1441441 Uncaught exception
Change-Id: I0c2208abe6a995d4980bd93bc5466306c6de696d
Reviewed-on: https://gerrit.libreoffice.org/63534
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sc/source/core/data/formulacell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index 4438e7ef100f..a153b68bafdc 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -1502,7 +1502,7 @@ struct TemporaryCellGroupMaker mCell->GetDocument()->GetRecursionHelper().AddTemporaryGroupCell( mCell ); } } - ~TemporaryCellGroupMaker() + ~TemporaryCellGroupMaker() COVERITY_NOEXCEPT_FALSE { if( mEnabled ) mCell->GetDocument()->GetRecursionHelper().CleanTemporaryGroupCells(); |