summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2012-06-19 10:20:57 +0000
committerTor Lillqvist <tml@iki.fi>2013-01-28 15:31:09 +0200
commit7e8e9031c6ef46d67d5579ca42d0c0f5975d4f98 (patch)
tree5ad8ea9ad432a487b61664c5f4c365a6b2f92f43
parent7c54af2597f9af4914169449b83a59830303ebb7 (diff)
fdo#51232: i#119987# fix Impress crash when pasting text under Outline view
Patch by: Wang Zhe Testing by: Yan Ji Review by: hdu (cherry picked from commit 484621239c7f743f44579d2b199b0347dc4734cd) Change-Id: I340de4f1b626defa52ecc48938c63ec4d1ce5c1d Signed-off-by: Tor Lillqvist <tml@iki.fi>
-rw-r--r--sd/source/ui/view/outlnvs2.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/outlnvs2.cxx b/sd/source/ui/view/outlnvs2.cxx
index 5a2061edb685..a514bb20ead7 100644
--- a/sd/source/ui/view/outlnvs2.cxx
+++ b/sd/source/ui/view/outlnvs2.cxx
@@ -243,6 +243,7 @@ void OutlineViewShell::FuTemporary(SfxRequest &rReq)
else
xPresentation->rehearseTimings();
}
+ Cancel();
rReq.Done();
}
break;