summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-08 04:17:53 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-01-08 04:22:56 +0100
commit71d55f30ecf972d016a2d02fc3b75c4865bb3d6c (patch)
treeb0bb63ac3f152d89994fdf19fa0299fd5b8b1482 /sc
parentc93098a391fc46f53468ef01a059c17d4f3673ee (diff)
don't set document modified for copy and select all, fdo#44423
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/editsh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/editsh.cxx b/sc/source/ui/view/editsh.cxx
index 7e7cea0fbc00..c843e96c2cab 100644
--- a/sc/source/ui/view/editsh.cxx
+++ b/sc/source/ui/view/editsh.cxx
@@ -233,7 +233,7 @@ void ScEditShell::Execute( SfxRequest& rReq )
case SID_COPY:
pTableView->Copy();
- break;
+ return;
case SID_CUT:
pTableView->Cut();
@@ -334,7 +334,7 @@ void ScEditShell::Execute( SfxRequest& rReq )
pTopView->SetSelection(ESelection(0,0,nPar-1,nLen));
}
}
- break;
+ return;
case SID_CHARMAP:
{