summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/flyincnt.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-26 12:24:25 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:23:08 +0000
commitf384ae4c81c2459f9955697ecc36412f7409b936 (patch)
tree4d11e57f82569e7970136a89b9c8bce6a47f8b5a /sw/source/core/layout/flyincnt.cxx
parent19c3aac98f756f6a9cda44a4cc70a2a924fa85df (diff)
loplugin:singlevalfields in sw(part3)
Change-Id: Ie971a1483f4fedda61c81a097399d3d562862891 Reviewed-on: https://gerrit.libreoffice.org/26677 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/core/layout/flyincnt.cxx')
-rw-r--r--sw/source/core/layout/flyincnt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/flyincnt.cxx b/sw/source/core/layout/flyincnt.cxx
index 5fcd3a269c95..99a3956119c8 100644
--- a/sw/source/core/layout/flyincnt.cxx
+++ b/sw/source/core/layout/flyincnt.cxx
@@ -31,7 +31,7 @@
SwFlyInContentFrame::SwFlyInContentFrame( SwFlyFrameFormat *pFormat, SwFrame* pSib, SwFrame *pAnch ) :
SwFlyFrame( pFormat, pSib, pAnch )
{
- m_bInCnt = bInvalidLayout = bInvalidContent = true;
+ m_bInCnt = true;
SwTwips nRel = pFormat->GetVertOrient().GetPos();
// OD 2004-05-27 #i26791# - member <aRelPos> moved to <SwAnchoredObject>
Point aRelPos;