summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/viewdata.cxx')
-rw-r--r--sc/source/ui/view/viewdata.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx
index 4ce7acd94391..964ceba34688 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -2248,6 +2248,7 @@ void ScViewData::EditGrowY( bool bInitial )
void ScViewData::ResetEditView()
{
+ LOKEditViewHistory::Update(/*bRemove: */ true);
EditEngine* pEngine = nullptr;
for (sal_uInt16 i=0; i<4; i++)
{
@@ -2270,6 +2271,7 @@ void ScViewData::ResetEditView()
void ScViewData::KillEditView()
{
+ LOKEditViewHistory::Update(/*bRemove: */ true);
for (sal_uInt16 i=0; i<4; i++)
if (pEditView[i])
{