summaryrefslogtreecommitdiff
path: root/sw/inc/edimp.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-03 08:59:10 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-03 09:24:11 +0100
commitacf5b740e3dc763eb53c3fdf507a27479386728e (patch)
tree2bb2496b71f02b969a5902d179ae40ac30ffdbd7 /sw/inc/edimp.hxx
parent1801b559e1234cf1f43a414df38bb47fe81f087a (diff)
move container stuff out of sw::Ring<>
Change-Id: Idf72c16318735d6b3ef7f421aceacc225a7697bf
Diffstat (limited to 'sw/inc/edimp.hxx')
-rw-r--r--sw/inc/edimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/edimp.hxx b/sw/inc/edimp.hxx
index f3f985aa0f6d..a62f0d2fa58e 100644
--- a/sw/inc/edimp.hxx
+++ b/sw/inc/edimp.hxx
@@ -31,7 +31,7 @@ class SwNodeIndex;
#define PCURCRSR (static_cast<SwPaM *>(&__r))
#define FOREACHPAM_START(pCURSH) \
- BOOST_FOREACH(SwPaM& __r, (pCURSH)->rangeRing()) \
+ for(SwPaM& __r : (pCURSH)->GetRingContainer()) \
{
#define FOREACHPAM_END() }