summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewfunc.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-10-09 10:00:13 +0000
committerNiklas Nebel <nn@openoffice.org>2002-10-09 10:00:13 +0000
commit7ff81790826c7a0b474204d5f08d055888e4ce72 (patch)
treea2150c8cbc082997c14412089ab74271ddb7ae41 /sc/source/ui/inc/viewfunc.hxx
parentd240b3290f99ebc10c607daede2cc1467ffa582d (diff)
#94115# Manually merge undo actions for paste with inserting cells instead of list action
Diffstat (limited to 'sc/source/ui/inc/viewfunc.hxx')
-rw-r--r--sc/source/ui/inc/viewfunc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx
index 085e4a786976..c447861ee980 100644
--- a/sc/source/ui/inc/viewfunc.hxx
+++ b/sc/source/ui/inc/viewfunc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewfunc.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: nn $ $Date: 2002-07-16 15:15:38 $
+ * last change: $Author: nn $ $Date: 2002-10-09 10:58:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -232,7 +232,7 @@ public:
BOOL Unprotect( USHORT nTab, const String& rPassword );
void DeleteCells( DelCellCmd eCmd, BOOL bRecord = TRUE );
- BOOL InsertCells( InsCellCmd eCmd, BOOL bRecord = TRUE );
+ BOOL InsertCells( InsCellCmd eCmd, BOOL bRecord = TRUE, BOOL bPartOfPaste = FALSE );
void DeleteMulti( BOOL bRows, BOOL bRecord = TRUE );
void DeleteContents( USHORT nFlags, BOOL bRecord = TRUE );