diff options
Diffstat (limited to 'sw/source/core/doc/docnum.cxx')
-rw-r--r-- | sw/source/core/doc/docnum.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/doc/docnum.cxx b/sw/source/core/doc/docnum.cxx index 430d19220329..b931646aaa2c 100644 --- a/sw/source/core/doc/docnum.cxx +++ b/sw/source/core/doc/docnum.cxx @@ -1515,7 +1515,6 @@ static bool lcl_GotoNextPrevNum( SwPosition& rPos, bool bNext, SwNodeIndex aIdx( rPos.nNode ); if( ! pNd->IsCountedInList() ) { - // If NO_NUMLEVEL is switched on, we search the preceding Node with Numbering bool bError = false; do { sw::GotoPrevLayoutTextFrame(aIdx, pLayout); |