[Libreoffice-commits] .: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 28 05:31:43 PST 2013


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

New commits:
commit 7e8e9031c6ef46d67d5579ca42d0c0f5975d4f98
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>

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