diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 15:03:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 15:03:32 +0000 |
commit | 72c10f219fa82446ff493c3c9fd6c345ef6635b7 (patch) | |
tree | 4d8c9c8e5a6fdf939c4d137e3f785bebe9022ecf | |
parent | 4f8d09c7c11e56924c4a37aaa7b82daf9cb6ff11 (diff) |
INTEGRATION: CWS calc29 (1.15.168); FILE MERGED
2005/02/02 19:03:45 nn 1.15.168.1: #i41538# ScUndoPaste: call ExtendMerge
-rw-r--r-- | sc/source/ui/undo/undoblk.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx index 0ae71e520b22..3d6de8ca9eda 100644 --- a/sc/source/ui/undo/undoblk.cxx +++ b/sc/source/ui/undo/undoblk.cxx @@ -2,9 +2,9 @@ * * $RCSfile: undoblk.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: vg $ $Date: 2005-02-16 18:11:33 $ + * last change: $Author: vg $ $Date: 2005-02-21 16:03:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -947,6 +947,7 @@ void ScUndoPaste::DoChange( const BOOL bUndo ) SetChangeTrack(); ScRange aDrawRange( aBlockRange ); + pDoc->ExtendMerge( aDrawRange, TRUE ); // only needed for single sheet (text/rtf etc.) USHORT nPaint = PAINT_GRID; if (bPaintAll) { |