summaryrefslogtreecommitdiff
path: root/sw/inc/edimp.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-09-21 13:57:41 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-09-21 14:26:55 +0200
commit815c6758727abf7adef5d1a962a36fb3d102000c (patch)
treeffa0cf787f9e3d0dde3e6e14ceb3deb53b9e1972 /sw/inc/edimp.hxx
parent60aea4b2cadf367736605b09604a0818b7ae571b (diff)
sw: unify PCURCRSR / FOREACHPAM_START / FOREACHPAM_END macros
Change-Id: I10ab2d0ba10178ba2d37db2632349215341612f4
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 b6ec2774148e..8e251ff725f7 100644
--- a/sw/inc/edimp.hxx
+++ b/sw/inc/edimp.hxx
@@ -31,7 +31,7 @@ class SwNodeIndex;
#define FOREACHPAM_START(pCURSH) \
{\
- SwPaM *_pStartCrsr = (pCURSH)->GetCrsr(), *__pStartCrsr = _pStartCrsr; \
+ SwPaM *_pStartCrsr = (pCURSH), *__pStartCrsr = _pStartCrsr; \
do {
#define FOREACHPAM_END() \