| commit | 4cce3278dd3f4f882e622aaf0d219063cbae9767 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Fri Aug 09 10:30:51 2019 +0100 |
| committer | Michael Stahl <Michael.Stahl@cib.de> | Fri Aug 09 17:11:27 2019 +0200 |
| tree | aac8c3afd6722ef5611ae43188de73965757aea0 | |
| parent | 54e4d3b0983698ba8588146299b5db59e946cfc4 [diff] |
Resolves: tdf#126732 don't abort on IOException, just report Change-Id: Ia68b6e1e603fbc6397645abdf0ea7131a547ad42 Reviewed-on: https://gerrit.libreoffice.org/77188 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index f1ae5b0..bc6eb96 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx
@@ -2279,6 +2279,11 @@ bool SfxObjectShell::ImportFrom(SfxMedium& rMedium, e.Message, DialogMask::ButtonsOk | DialogMask::MessageError )); } } catch (const css::io::IOException& e) { SetError(*new StringErrorInfo(ERRCODE_SFX_FORMAT_ROWCOL, e.Message, DialogMask::ButtonsOk | DialogMask::MessageError )); } catch (const std::exception& e) { const char *msg = e.what();