summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/exceldetect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/exceldetect.cxx')
-rw-r--r--sc/source/ui/unoobj/exceldetect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/exceldetect.cxx b/sc/source/ui/unoobj/exceldetect.cxx
index f42b80857267..43e288c4bd7f 100644
--- a/sc/source/ui/unoobj/exceldetect.cxx
+++ b/sc/source/ui/unoobj/exceldetect.cxx
@@ -73,7 +73,7 @@ bool hasStream(const uno::Reference<io::XInputStream>& xInStream, const OUString
}
catch (const css::ucb::ContentCreationException &e)
{
- SAL_WARN("sc", "hasStream caught " << e.Message);
+ SAL_WARN("sc", "hasStream caught " << e);
}
return false;