From 6ee9ab65db0a993bc93bbf0140f0a4657be10657 Mon Sep 17 00:00:00 2001 From: Noel Date: Fri, 2 Oct 2020 15:56:31 +0200 Subject: use more TOOLS_WARN_EXCEPTION Change-Id: Id83c478af5d04ad548c7cf4239fe2fb3ee154dc9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103861 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/chart/SchXMLChartContext.cxx | 2 +- xmloff/source/chart/SchXMLTools.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/chart/SchXMLChartContext.cxx b/xmloff/source/chart/SchXMLChartContext.cxx index 574fa0bd8fae..3a9cd84ff125 100644 --- a/xmloff/source/chart/SchXMLChartContext.cxx +++ b/xmloff/source/chart/SchXMLChartContext.cxx @@ -105,7 +105,7 @@ void lcl_MoveDataToCandleStickSeries( } catch(const uno::Exception&) { - SAL_WARN("xmloff.chart", "Exception caught while moving data to candlestick series" ); + TOOLS_WARN_EXCEPTION("xmloff.chart", "Exception caught while moving data to candlestick series" ); } } diff --git a/xmloff/source/chart/SchXMLTools.cxx b/xmloff/source/chart/SchXMLTools.cxx index 1dc06c7e88f7..6ac7475a1afd 100644 --- a/xmloff/source/chart/SchXMLTools.cxx +++ b/xmloff/source/chart/SchXMLTools.cxx @@ -520,7 +520,7 @@ void CreateCategories( } catch( uno::Exception & ) { - SAL_WARN("xmloff.chart", "Exception caught while creating Categories" ); + TOOLS_WARN_EXCEPTION("xmloff.chart", "Exception caught while creating Categories" ); } } -- cgit