summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-09-09 23:34:08 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-09-12 13:22:06 -0400
commit64340f4c2b7aa25a9f9e98ad2668df13660c08d1 (patch)
tree51b6dbcaa2abc48916ec35048c65c26316e8d8a8 /sc/source/ui/undo
parenta6d2e1ef128b375a76997f6fcc9b9c29a9dedc24 (diff)
Now I can pass range list to PostPaint() when appropriate.
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r--sc/source/ui/undo/undoblk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx
index e5c6151310d5..32e223fcafbb 100644
--- a/sc/source/ui/undo/undoblk.cxx
+++ b/sc/source/ui/undo/undoblk.cxx
@@ -1093,7 +1093,7 @@ void ScUndoPaste::DoChange(bool bUndo)
if ( !bUndo ) // draw redo after updating row heights
RedoSdrUndoAction(mpDrawUndo);
- pDocShell->PostPaint(aDrawRanges.Combine(), nPaint, nExtFlags);
+ pDocShell->PostPaint(aDrawRanges, nPaint, nExtFlags);
pDocShell->PostDataChanged();
if (pViewShell)