summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-09-10 10:03:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-09-10 13:53:01 +0200
commit88aef1966ef1e5018bca54ccd59bb9e3c2f95b76 (patch)
treeef80bd713ce31e8346b207f34214ca6db0144311 /sw
parent8cd8cdcfa54ca34dc6365a398e3c69cbfc685891 (diff)
tdf#135950 crash in format->character with selected text in table
Change-Id: I66e36a638d040d2a38ac234383d6f314a2ff4d88 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102368 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/basflt/shellio.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/basflt/shellio.cxx b/sw/source/filter/basflt/shellio.cxx
index 5bc7b4db23b0..5721392cc340 100644
--- a/sw/source/filter/basflt/shellio.cxx
+++ b/sw/source/filter/basflt/shellio.cxx
@@ -895,6 +895,7 @@ ErrCode SwWriter::Write( WriterRef const & rxWriter, const OUString* pRealFileNa
if ( xDoc.is() )
{
+ pTempCursor.reset();
xDoc.clear();
m_bWriteAll = false;
}