summaryrefslogtreecommitdiff
path: root/sw/qa/core
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-02 11:14:24 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-02 11:15:03 +0100
commit2dd7cc5b925d0b4c62553eeba9f6524ce7b6217b (patch)
tree99fc0a1bc412fd49cc869c9d00e3b5a718fc644a /sw/qa/core
parent55a509616614cc4e50acbb9f257f7334db6667f9 (diff)
simplify
Change-Id: I8cd66f270526880f6ad7fb083aaa65c87079dfc1
Diffstat (limited to 'sw/qa/core')
-rw-r--r--sw/qa/core/uwriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/core/uwriter.cxx b/sw/qa/core/uwriter.cxx
index 8fd104c2e385..55a93909b056 100644
--- a/sw/qa/core/uwriter.cxx
+++ b/sw/qa/core/uwriter.cxx
@@ -1317,7 +1317,7 @@ void SwDocTest::testIntrusiveRing()
CPPUNIT_ASSERT_EQUAL((*ppRing)->GetNext(), *ppNext);
CPPUNIT_ASSERT_EQUAL((*ppNext)->GetPrev(), *ppRing);
}
- BOOST_FOREACH(TestRing& r, std::make_pair(aRing1.beginRing(), aRing1.endRing()))
+ BOOST_FOREACH(TestRing& r, aRing1.rangeRing())
{
TestRing* pRing = &r;
CPPUNIT_ASSERT(pRing);