summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undoblk.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-07-15 13:34:55 +0000
committerNiklas Nebel <nn@openoffice.org>2002-07-15 13:34:55 +0000
commite5ad8de8c8d4005e4b84e94fbaf59dd4cc8efedc (patch)
tree8c95933986c3f2d58d0a837a58c82c9c6b4678ab /sc/source/ui/inc/undoblk.hxx
parent28fe441ee7562d91b448f496a8d7a2c8bc5095bf (diff)
#101161# allow drawing objects at copy&paste of cells
Diffstat (limited to 'sc/source/ui/inc/undoblk.hxx')
-rw-r--r--sc/source/ui/inc/undoblk.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/ui/inc/undoblk.hxx b/sc/source/ui/inc/undoblk.hxx
index b7481531a529..2d6760cde92d 100644
--- a/sc/source/ui/inc/undoblk.hxx
+++ b/sc/source/ui/inc/undoblk.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: undoblk.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nn $ $Date: 2002-04-19 17:14:17 $
+ * last change: $Author: nn $ $Date: 2002-07-15 14:25:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -194,7 +194,7 @@ private:
};
-class ScUndoPaste: public ScSimpleUndo
+class ScUndoPaste: public ScBlockUndo
{
public:
TYPEINFO();
@@ -216,7 +216,6 @@ public:
virtual String GetComment() const;
private:
- ScRange aRange;
ScMarkData aMarkData;
ScDocument* pUndoDoc;
ScDocument* pRedoDoc;