summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/flylay.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/flylay.cxx')
-rw-r--r--sw/source/core/layout/flylay.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/flylay.cxx b/sw/source/core/layout/flylay.cxx
index 59f9e82fd78f..47b10ca812d2 100644
--- a/sw/source/core/layout/flylay.cxx
+++ b/sw/source/core/layout/flylay.cxx
@@ -419,7 +419,7 @@ void SwFlyFreeFrame::CheckClip( const SwFormatFrameSize &rSz )
// otherwise we'll end up with unwanted side-effects/oscillations
const long nPrtHeightDiff = Frame().Height() - Prt().Height();
const long nPrtWidthDiff = Frame().Width() - Prt().Width();
- maUnclippedFrame = SwRect( Frame() );
+ maUnclippedFrame = Frame();
Frame().Height( aFrameRect.Height() );
Frame().Width ( std::max( long(MINLAY), aFrameRect.Width() ) );
if ( Lower() && Lower()->IsColumnFrame() )