summaryrefslogtreecommitdiffstats
path: root/sfx2/source/view/ipclient.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/ipclient.cxx')
-rw-r--r--sfx2/source/view/ipclient.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx
index f0ec0e2e7f48..78756c693762 100644
--- a/sfx2/source/view/ipclient.cxx
+++ b/sfx2/source/view/ipclient.cxx
@@ -954,9 +954,7 @@ ErrCode SfxInPlaceClient::DoVerb( long nVerb )
}
catch (uno::Exception const& e)
{
- SAL_WARN("embeddedobj", "SfxInPlaceClient::DoVerb:"
- " -9 fallback path: exception caught: "
- << e.Message);
+ SAL_WARN("embeddedobj", "SfxInPlaceClient::DoVerb: -9 fallback path: " << e);
nError = ERRCODE_SO_GENERALERROR;
}
}
@@ -969,7 +967,7 @@ ErrCode SfxInPlaceClient::DoVerb( long nVerb )
catch (uno::Exception const& e)
{
SAL_WARN("embeddedobj", "SfxInPlaceClient::DoVerb:"
- " exception caught: " << e.Message);
+ " exception caught: " << e);
nError = ERRCODE_SO_GENERALERROR;
//TODO/LATER: better error handling