summaryrefslogtreecommitdiff
path: root/oox/source/export/chartexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/export/chartexport.cxx')
-rw-r--r--oox/source/export/chartexport.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index bbf0cf113f14..e3b69806df07 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -185,7 +185,7 @@ Reference< chart2::data::XLabeledDataSequence > lcl_getCategories( const Referen
}
catch( const uno::Exception & ex )
{
- SAL_WARN( "oox", "Exception caught. " << ex.Message);
+ SAL_WARN( "oox", "Exception caught. " << ex);
}
return xResult;
@@ -232,7 +232,7 @@ bool lcl_isSeriesAttachedToFirstAxis(
}
catch( const uno::Exception & ex )
{
- SAL_WARN( "oox", "Exception caught. " << ex.Message);
+ SAL_WARN( "oox", "Exception caught. " << ex);
}
return bResult;
@@ -540,7 +540,7 @@ void ChartExport::InitRangeSegmentationProperties( const Reference< chart2::XCha
}
catch( const uno::Exception & ex )
{
- SAL_WARN( "oox", "Exception caught. " << ex.Message);
+ SAL_WARN( "oox", "Exception caught. " << ex);
}
}
@@ -1289,7 +1289,7 @@ void ChartExport::exportBitmapFill( const Reference< XPropertySet >& xPropSet )
}
catch (const uno::Exception & rEx)
{
- SAL_INFO("oox", "ChartExport::exportBitmapFill " << rEx.Message);
+ SAL_INFO("oox", "ChartExport::exportBitmapFill " << rEx);
}
}
@@ -1318,7 +1318,7 @@ void ChartExport::exportGradientFill( const Reference< XPropertySet >& xPropSet
catch (const uno::Exception & rEx)
{
SAL_INFO("oox",
- "ChartExport::exportGradientFill " << rEx.Message);
+ "ChartExport::exportGradientFill " << rEx);
}
}
@@ -3036,7 +3036,7 @@ void ChartExport::exportDataPoints(
}
catch( const uno::Exception & rEx )
{
- SAL_WARN( "oox", "Exception caught during Export of data point: " << rEx.Message );
+ SAL_WARN( "oox", "Exception caught during Export of data point: " << rEx );
}
}
else