summaryrefslogtreecommitdiff
path: root/chart2/source/tools/LabeledDataSequence.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/LabeledDataSequence.cxx')
-rw-r--r--chart2/source/tools/LabeledDataSequence.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/chart2/source/tools/LabeledDataSequence.cxx b/chart2/source/tools/LabeledDataSequence.cxx
index c9227fc15e1c..85c0a2747d4f 100644
--- a/chart2/source/tools/LabeledDataSequence.cxx
+++ b/chart2/source/tools/LabeledDataSequence.cxx
@@ -19,7 +19,6 @@
#include <LabeledDataSequence.hxx>
#include <ModifyListenerHelper.hxx>
-#include <macros.hxx>
#include <cppuhelper/supportsservice.hxx>
using namespace ::com::sun::star;
@@ -125,7 +124,7 @@ void SAL_CALL LabeledDataSequence::addModifyListener( const Reference< util::XMo
}
catch( const uno::Exception & ex )
{
- ASSERT_EXCEPTION( ex );
+ SAL_WARN("chart2", "Exception caught. " << ex );
}
}
@@ -138,7 +137,7 @@ void SAL_CALL LabeledDataSequence::removeModifyListener( const Reference< util::
}
catch( const uno::Exception & ex )
{
- ASSERT_EXCEPTION( ex );
+ SAL_WARN("chart2", "Exception caught. " << ex );
}
}