summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/oox/excelfilter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/excelfilter.cxx')
-rw-r--r--sc/source/filter/oox/excelfilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/excelfilter.cxx b/sc/source/filter/oox/excelfilter.cxx
index e624e34b426a..d10669c440d3 100644
--- a/sc/source/filter/oox/excelfilter.cxx
+++ b/sc/source/filter/oox/excelfilter.cxx
@@ -87,7 +87,7 @@ bool ExcelFilter::importDocument()
}
catch( const Exception& e )
{
- SAL_WARN("sc", "exception when importing document properties " << e.Message);
+ SAL_WARN("sc", "exception when importing document properties " << e);
}
catch( ... )
{