summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/frmedt/fews.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/frmedt/fews.cxx b/sw/source/core/frmedt/fews.cxx
index cb26f3357225..bce8e2bb9747 100644
--- a/sw/source/core/frmedt/fews.cxx
+++ b/sw/source/core/frmedt/fews.cxx
@@ -725,7 +725,7 @@ void SwFEShell::CalcBoundRect( SwRect& _orRect,
}
else
{
- pFly = GetSelectedFlyFrame();
+ pFly = GetSelectedOrCurrFlyFrame();
pFrame = pFly ? pFly->GetAnchorFrame() : GetCurrFrame();
}