sfx2/source/doc/objstor.cxx | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 4cce3278dd3f4f882e622aaf0d219063cbae9767
Author: Caolán McNamara <[email protected]>
AuthorDate: Fri Aug 9 10:30:51 2019 +0100
Commit: Michael Stahl <[email protected]>
CommitDate: Fri Aug 9 17:11:27 2019 +0200
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 <[email protected]>
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index f1ae5b009231..bc6eb96a94bf 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();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits