diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-05 13:37:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-05 13:37:28 +0000 |
commit | 793749896111e50d74e81f233e796633ae2b183f (patch) | |
tree | e1cc32e19f27d8de472d551cc9585c5b119c7910 /sc/source/ui/app/seltrans.cxx | |
parent | 0e933f164650c243221b9ccfe68b722edb01f116 (diff) |
INTEGRATION: CWS geordi2q08 (1.6.174); FILE MERGED
2003/10/31 16:25:21 rt 1.6.174.1: #111934#: join CWS calc19
Diffstat (limited to 'sc/source/ui/app/seltrans.cxx')
-rw-r--r-- | sc/source/ui/app/seltrans.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/source/ui/app/seltrans.cxx b/sc/source/ui/app/seltrans.cxx index 27e2d969a83c..a0ddd45aa40d 100644 --- a/sc/source/ui/app/seltrans.cxx +++ b/sc/source/ui/app/seltrans.cxx @@ -2,9 +2,9 @@ * * $RCSfile: seltrans.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2003-04-08 16:30:59 $ + * last change: $Author: hr $ $Date: 2003-11-05 14:37:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -323,7 +323,9 @@ void ScSelectionTransferObj::CreateCellData() ScDocument* pClipDoc = new ScDocument( SCDOCMODE_CLIP ); // bApi = TRUE -> no error mesages - BOOL bCopied = pViewData->GetView()->CopyToClip( pClipDoc, FALSE, TRUE, TRUE ); + // #i18364# bStopEdit = FALSE -> don't end edit mode + // (this may be called from pasting into the edit line) + BOOL bCopied = pViewData->GetView()->CopyToClip( pClipDoc, FALSE, TRUE, TRUE, FALSE ); ScDrawLayer::SetGlobalDrawPersist(NULL); |