summaryrefslogtreecommitdiff
path: root/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx')
-rw-r--r--chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx b/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
index 60f534426998..81b3abe3c803 100644
--- a/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
+++ b/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
@@ -19,7 +19,6 @@
#include <StatisticsItemConverter.hxx>
#include "SchWhichPairs.hxx"
-#include <macros.hxx>
#include <RegressionCurveHelper.hxx>
#include <ItemPropertyMap.hxx>
#include <ErrorBar.hxx>
@@ -62,7 +61,7 @@ uno::Reference< beans::XPropertySet > lcl_GetErrorBar(
}
catch( const uno::Exception & ex )
{
- ASSERT_EXCEPTION( ex );
+ SAL_WARN("chart2", "Exception caught. " << ex );
}
return xResult;
@@ -86,7 +85,7 @@ void lcl_getErrorValues( const uno::Reference< beans::XPropertySet > & xErrorBar
}
catch( const uno::Exception & ex )
{
- ASSERT_EXCEPTION( ex );
+ SAL_WARN("chart2", "Exception caught. " << ex );
}
}
@@ -104,7 +103,7 @@ void lcl_getErrorIndicatorValues(
}
catch( const uno::Exception & ex )
{
- ASSERT_EXCEPTION( ex );
+ SAL_WARN("chart2", "Exception caught. " << ex );
}
}