diff options
-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(); |