summaryrefslogtreecommitdiff
path: root/sw/qa/core/test_ToxLinkProcessor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/core/test_ToxLinkProcessor.cxx')
-rw-r--r--sw/qa/core/test_ToxLinkProcessor.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/qa/core/test_ToxLinkProcessor.cxx b/sw/qa/core/test_ToxLinkProcessor.cxx
index 01e349a5fea5..2e65c2ff6c28 100644
--- a/sw/qa/core/test_ToxLinkProcessor.cxx
+++ b/sw/qa/core/test_ToxLinkProcessor.cxx
@@ -87,6 +87,8 @@ ToxLinkProcessorTest::AddingAndClosingTwoOverlappingLinksResultsInOneClosedLink(
CPPUNIT_ASSERT_EQUAL(URL_1, sut.m_ClosedLinks[0]->mINetFormat.GetValue());
}
+namespace {
+
class ToxLinkProcessorWithOverriddenObtainPoolId : public ToxLinkProcessor {
public:
virtual sal_uInt16
@@ -101,6 +103,8 @@ public:
}
};
+}
+
void
ToxLinkProcessorTest::LinkIsCreatedCorrectly()
{