Change in core[libreoffice-4-0]: fdo#51232: i#119987# fix Impress crash when pasting text und...

Tor Lillqvist (via Code Review) gerrit at gerrit.libreoffice.org
Mon Jan 28 05:40:25 PST 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1897

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/97/1897/1

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>
---
M sd/source/ui/view/outlnvs2.cxx
1 file changed, 1 insertion(+), 0 deletions(-)



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 @@
                 else
                     xPresentation->rehearseTimings();
             }
+            Cancel();
             rReq.Done();
         }
         break;

-- 
To view, visit https://gerrit.libreoffice.org/1897
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I340de4f1b626defa52ecc48938c63ec4d1ce5c1d
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Tor Lillqvist <tml at iki.fi>


More information about the LibreOffice mailing list