summaryrefslogtreecommitdiffstats
path: root/sfx2/source/bastyp/helper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/helper.cxx')
-rw-r--r--sfx2/source/bastyp/helper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/helper.cxx b/sfx2/source/bastyp/helper.cxx
index 62126dd0d6f8..51fa98d4af4e 100644
--- a/sfx2/source/bastyp/helper.cxx
+++ b/sfx2/source/bastyp/helper.cxx
@@ -116,7 +116,7 @@ std::vector<OUString> SfxContentHelper::GetResultSet( const OUString& rURL )
}
catch( const uno::Exception& e )
{
- SAL_WARN( "sfx.bastyp", "GetResultSet: Any other exception: " << e.Message );
+ SAL_WARN( "sfx.bastyp", "GetResultSet: " << e );
}
return aList;