[Libreoffice-commits] .: Branch 'libreoffice-4-0-0' - sd/source

Herbert Dürr hdu at apache.org
Fri Feb 1 09:34:33 PST 2013


 sd/source/ui/view/outlnvs2.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 75d6a308afb5265c9a8cbcc0e6af2f624b9d1b16
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>
    (cherry picked from commit 639f739fbcfb5421c7b7173c700136f169e38bc8)
    Reviewed-on: https://gerrit.libreoffice.org/1933
    Reviewed-by: Kohei Yoshida <kohei.yoshida at gmail.com>
    Tested-by: Kohei Yoshida <kohei.yoshida at gmail.com>

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