diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-09-26 21:58:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-27 09:50:31 +0200 |
commit | 960252e129bb72e10790672a5650c0ce24e0f1e0 (patch) | |
tree | 2fbd8842a2dd3c1aa88656a83ccd975419985e74 /package/source/xstor/ocompinstream.cxx | |
parent | e0ce9ec1a543d5cbb91d061db067847052bf9c7e (diff) |
improve some exception messages
Change-Id: Ifc5d940fbf77ae13071c299fb6168bdc55dc5c95
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103493
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'package/source/xstor/ocompinstream.cxx')
-rw-r--r-- | package/source/xstor/ocompinstream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/ocompinstream.cxx b/package/source/xstor/ocompinstream.cxx index 8f15962d3bf0..17092d9a54cd 100644 --- a/package/source/xstor/ocompinstream.cxx +++ b/package/source/xstor/ocompinstream.cxx @@ -413,7 +413,7 @@ uno::Sequence< uno::Sequence< beans::StringPair > > SAL_CALL OInputCompStream::g return aResult; } - throw io::IOException(); // the relations info could not be read + throw io::IOException("relations info could not be read"); // the relations info could not be read } void SAL_CALL OInputCompStream::insertRelationshipByID( const OUString& /*sID*/, const uno::Sequence< beans::StringPair >& /*aEntry*/, sal_Bool /*bReplace*/ ) |