summaryrefslogtreecommitdiff
path: root/sfx2/source/control/thumbnailview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/thumbnailview.cxx')
-rw-r--r--sfx2/source/control/thumbnailview.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx
index badda16bd1a6..b79d3b02d947 100644
--- a/sfx2/source/control/thumbnailview.cxx
+++ b/sfx2/source/control/thumbnailview.cxx
@@ -1256,7 +1256,7 @@ BitmapEx ThumbnailView::readThumbnail(const OUString &msURL)
{
SAL_WARN("sfx",
"caught exception while trying to access Thumbnail/thumbnail.png of "
- << msURL << ": " << rException.Message);
+ << msURL << ": " << rException);
}
try
@@ -1283,14 +1283,14 @@ BitmapEx ThumbnailView::readThumbnail(const OUString &msURL)
{
SAL_WARN("sfx",
"caught exception while trying to access Thumbnails/thumbnail.png of "
- << msURL << ": " << rException.Message);
+ << msURL << ": " << rException);
}
}
catch (const uno::Exception& rException)
{
SAL_WARN("sfx",
"caught exception while trying to access thumbnail of "
- << msURL << ": " << rException.Message);
+ << msURL << ": " << rException);
}
// Extract the image from the stream.