[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sd/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jan 28 06:45:08 PST 2013
sd/source/ui/view/outlnvs2.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 639f739fbcfb5421c7b7173c700136f169e38bc8
Author: Herbert Dürr <hdu at apache.org>
Date: Tue Jun 19 10:20:57 2012 +0000
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 at iki.fi>
Reviewed-on: https://gerrit.libreoffice.org/1897
Reviewed-by: Joren De Cuyper <joren.libreoffice at telenet.be>
Reviewed-by: Petr Mladek <pmladek at suse.cz>
Tested-by: Petr Mladek <pmladek at suse.cz>
diff --git a/sd/source/ui/view/outlnvs2.cxx b/sd/source/ui/view/outlnvs2.cxx
index 5a2061e..a514bb2 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;
More information about the Libreoffice-commits
mailing list