summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/markdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/markdata.cxx b/sc/source/core/data/markdata.cxx
index 8332746878fa..daccf44f62a6 100644
--- a/sc/source/core/data/markdata.cxx
+++ b/sc/source/core/data/markdata.cxx
@@ -837,7 +837,7 @@ void ScMarkData::GetSelectionCover( ScRange& rRange )
}
}
if ( bCurColUnMarked )
- pPrevColMarkedRows.reset( nullptr );
+ pPrevColMarkedRows.reset();
else
pPrevColMarkedRows = std::move( pCurColMarkedRows );
}