summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh3.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-04-24 14:37:15 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-04-24 14:37:15 +0000
commit5ad01c53a1c62acf070e43f699d5155a82dbc9d7 (patch)
treeefcfb49564fb31e64c380aa9732f75ae2b51ac7c /sc/source/ui/docshell/docsh3.cxx
parentc832844e4ff7b5bf4dbd32c3dfd401b7393bf135 (diff)
CWS-TOOLING: integrate CWS calcdelrows_DEV300
2009-04-14 09:17:29 +0200 nn r270747 : #i100895# for collaboration, allow rejection regardless of IsDeletedIn
Diffstat (limited to 'sc/source/ui/docshell/docsh3.cxx')
-rw-r--r--sc/source/ui/docshell/docsh3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx
index 6e4940f96fd3..fcdfa8612a02 100644
--- a/sc/source/ui/docshell/docsh3.cxx
+++ b/sc/source/ui/docshell/docsh3.cxx
@@ -1292,7 +1292,7 @@ bool ScDocShell::MergeSharedDocument( ScDocShell* pSharedDocShell )
ScChangeAction* pAction = pThisTrack->GetLast();
while ( pAction && pAction->GetActionNumber() >= nStartShared )
{
- pThisTrack->Reject( pAction );
+ pThisTrack->Reject( pAction, true );
pAction = pAction->GetPrev();
}