diff options
Diffstat (limited to 'sw/inc/edimp.hxx')
-rw-r--r-- | sw/inc/edimp.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/inc/edimp.hxx b/sw/inc/edimp.hxx index 16d841d5774a..8cfa04648cf7 100644 --- a/sw/inc/edimp.hxx +++ b/sw/inc/edimp.hxx @@ -52,15 +52,6 @@ class SwNodeIndex; } -#define FOREACHCURSOR_START(pCURSH) \ - {\ - SwShellCrsr *_pStartCrsr = *(pCURSH)->GetSwCrsr(), *__pStartCrsr = _pStartCrsr; \ - do { - -#define FOREACHCURSOR_END() \ - } while( (_pStartCrsr=*(SwCursor*)_pStartCrsr->GetNext()) != __pStartCrsr ); \ - } - struct SwPamRange { |