diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/objectformattertxtfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/objectformattertxtfrm.cxx b/sw/source/core/layout/objectformattertxtfrm.cxx index 4f91ee46226e..630ce1883bed 100644 --- a/sw/source/core/layout/objectformattertxtfrm.cxx +++ b/sw/source/core/layout/objectformattertxtfrm.cxx @@ -411,7 +411,7 @@ bool SwObjectFormatterTextFrame::DoFormatObjs() } if ( bInsert ) { - if (bPageHasFlysAnchoredBelowThis) + if (!bPageHasFlysAnchoredBelowThis) { SwLayouter::InsertMovedFwdFrame(rDoc, mrAnchorTextFrame, pAnchorPageFrame->GetPhyPageNum()); |