summaryrefslogtreecommitdiff
path: root/svl/qa/unit/notify/test_SfxBroadcaster.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/qa/unit/notify/test_SfxBroadcaster.cxx')
-rw-r--r--svl/qa/unit/notify/test_SfxBroadcaster.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svl/qa/unit/notify/test_SfxBroadcaster.cxx b/svl/qa/unit/notify/test_SfxBroadcaster.cxx
index f0bd409cd969..79b6543ad681 100644
--- a/svl/qa/unit/notify/test_SfxBroadcaster.cxx
+++ b/svl/qa/unit/notify/test_SfxBroadcaster.cxx
@@ -36,6 +36,8 @@ class SfxBroadcasterTest : public CppUnit::TestFixture
CPPUNIT_TEST_SUITE_END();
};
+namespace {
+
class MockedSfxListener : public SfxListener
{
public:
@@ -54,6 +56,8 @@ private:
bool mNotifyWasCalled;
};
+}
+
void
SfxBroadcasterTest::AddingListenersIncreasesCount()
{