From 6c8a7fcb01beeedaa72b4a4c31d1b849000bad39 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 8 Nov 2019 11:47:09 +0000 Subject: Resolves: tdf#128667 crash in csv import from paste MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id50d0a7e4f176ccf83292495cb229da492fbf381 Reviewed-on: https://gerrit.libreoffice.org/82287 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/source/ui/view/viewfun5.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/source/ui/view/viewfun5.cxx') diff --git a/sc/source/ui/view/viewfun5.cxx b/sc/source/ui/view/viewfun5.cxx index 2cc61bca2fd9..1cffceff6e57 100644 --- a/sc/source/ui/view/viewfun5.cxx +++ b/sc/source/ui/view/viewfun5.cxx @@ -378,6 +378,7 @@ bool ScViewFunc::PasteDataFormat( SotClipboardFormatId nFormatId, if (bShowErrorDialog) ErrorMessage(STR_PASTE_ERROR); + pDlg->disposeOnce(); }); return true; } -- cgit