summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ErrorBar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/ErrorBar.cxx')
-rw-r--r--chart2/source/tools/ErrorBar.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/tools/ErrorBar.cxx b/chart2/source/tools/ErrorBar.cxx
index d605c7b07c8e..90c686f9f672 100644
--- a/chart2/source/tools/ErrorBar.cxx
+++ b/chart2/source/tools/ErrorBar.cxx
@@ -209,10 +209,9 @@ OUString getSourceRangeStrFromLabeledSequences( const uno::Sequence< uno::Refere
}
catch (uno::Exception const &)
{
- css::uno::Any ex( cppu::getCaughtException() );
// we can't be sure that this is 100% safe and we don't want to kill the export
// we should at least check why the exception is thrown
- SAL_WARN("chart2", "unexpected exception! " << exceptionToString(ex));
+ TOOLS_WARN_EXCEPTION("chart2", "unexpected exception");
}
catch (...)
{