summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/docuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/docuno.cxx')
-rw-r--r--sc/source/ui/unoobj/docuno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index ba1508c5195a..bec07f0ccbbd 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -827,12 +827,12 @@ OString ScModelObj::getTextSelection(const char* pMimeType, OString& rUsedMimeTy
}
catch (const datatransfer::UnsupportedFlavorException& e)
{
- SAL_WARN("sc", "Caught UnsupportedFlavorException " << e.Message);
+ SAL_WARN("sc", "Caught " << e);
return OString();
}
catch (const css::uno::Exception& e)
{
- SAL_WARN("sc", "Caught UNO Exception " << e.Message);
+ SAL_WARN("sc", "Caught " << e);
return OString();
}