summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/view/cellsh1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index ed879ecb62f9..995d0cd2dfff 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -1461,7 +1461,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
case SID_COPYDELETE: // for graphs in DrawShell
{
weld::WaitObject aWait( GetViewData().GetDialogParent() );
- pTabViewShell->CopyToClip( nullptr, false, false, true );
+ pTabViewShell->CopyToClip( nullptr, true, false, true );
pTabViewShell->DeleteContents( InsertDeleteFlags::CONTENTS );
rReq.Done();
GetViewData().SetPasteMode( ScPasteFlags::Mode | ScPasteFlags::Border );