sw/source/filter/basflt/shellio.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 217d6ee31d6c892af63931ca4fc4158b8e713640
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Sep 10 10:03:26 2020 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Thu Sep 10 15:31:36 2020 +0200

    tdf#135950 crash in format->character with selected text in table
    
    Change-Id: I66e36a638d040d2a38ac234383d6f314a2ff4d88
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102310
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sw/source/filter/basflt/shellio.cxx 
b/sw/source/filter/basflt/shellio.cxx
index cba064de3e09..47657980602f 100644
--- a/sw/source/filter/basflt/shellio.cxx
+++ b/sw/source/filter/basflt/shellio.cxx
@@ -897,6 +897,7 @@ ErrCode SwWriter::Write( WriterRef const & rxWriter, const 
OUString* pRealFileNa
 
     if ( xDoc.is() )
     {
+        pTempCursor.reset();
         xDoc.clear();
         bWriteAll = false;
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to