summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undoblk3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/undo/undoblk3.cxx')
-rw-r--r--sc/source/ui/undo/undoblk3.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx
index 66c3e177a481..06cdb5f2f048 100644
--- a/sc/source/ui/undo/undoblk3.cxx
+++ b/sc/source/ui/undo/undoblk3.cxx
@@ -1419,7 +1419,7 @@ void ScUndoRefreshLink::Undo()
}
pDocShell->PostPaintGridAll();
- pDocShell->PostPaintExtras();
+ pDocShell->PostPaintExtras();
EndUndo();
}
@@ -1450,7 +1450,7 @@ void ScUndoRefreshLink::Redo()
}
pDocShell->PostPaintGridAll();
- pDocShell->PostPaintExtras();
+ pDocShell->PostPaintExtras();
EndUndo();
}