summaryrefslogtreecommitdiffstats
path: root/test/source/chart/xchartdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/chart/xchartdata.cxx')
-rw-r--r--test/source/chart/xchartdata.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/source/chart/xchartdata.cxx b/test/source/chart/xchartdata.cxx
index 5f099fde69d6..e7669fbd149a 100644
--- a/test/source/chart/xchartdata.cxx
+++ b/test/source/chart/xchartdata.cxx
@@ -23,6 +23,8 @@ using namespace css;
namespace apitest
{
+namespace
+{
class MockedChartDataChangeEventListener
: public ::cppu::WeakImplHelper<chart::XChartDataChangeEventListener>
{
@@ -40,6 +42,7 @@ public:
virtual void SAL_CALL disposing(const lang::EventObject& /* xEvent */) override {}
};
+}
void XChartData::testGetNotANumber()
{