diff options
-rw-r--r-- | sw/source/core/crsr/swcrsr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/swcrsr.cxx b/sw/source/core/crsr/swcrsr.cxx index d0f0005ca471..ce67b7e2fcf3 100644 --- a/sw/source/core/crsr/swcrsr.cxx +++ b/sw/source/core/crsr/swcrsr.cxx @@ -1792,7 +1792,7 @@ bool SwCursor::UpDown( bool bUp, sal_uInt16 nCnt, } // It is allowed to move footnotes in other footnotes but not sections - const bool bChkRange = pFrm->IsInFtn() && !HasMark(); + const bool bChkRange = !pFrm->IsInFtn() || HasMark(); const SwPosition aOldPos( *GetPoint() ); const bool bInReadOnly = IsReadOnlyAvailable(); |