summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/frmedt/feshview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/frmedt/feshview.cxx b/sw/source/core/frmedt/feshview.cxx
index 3e88e65bb0db..abdecbf05016 100644
--- a/sw/source/core/frmedt/feshview.cxx
+++ b/sw/source/core/frmedt/feshview.cxx
@@ -1567,7 +1567,7 @@ const SdrObject* SwFEShell::GetBestObject( bool bNext, GotoObjFlags eType, bool
aCurPos = pFly->getFrameArea().Pos();
}
else
- aCurPos = pObj->GetCurrentBoundRect().TopLeft();
+ aCurPos = pObj->GetSnapRect().TopLeft();
// Special case if another object is on same Y.
if( aCurPos != aPos && // only when it is not me