summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/atrfrm.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-20 13:34:05 +0200
committerNoel Grandin <noel@peralex.com>2015-08-20 13:52:18 +0200
commit41e07fd9a1872498fce43edb4d392ae6b439cb56 (patch)
treea9d82ad783a06ad43187308d42e8425be4d3b846 /sw/source/core/layout/atrfrm.cxx
parent2675fde1aace586300741207d0dfbf3d7deae867 (diff)
loplugin: defaultparams
Change-Id: I6019dea21b58ac8ba0dba5c7f6ca837716e19869
Diffstat (limited to 'sw/source/core/layout/atrfrm.cxx')
-rw-r--r--sw/source/core/layout/atrfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx
index fe24b43800e9..65679b13e9d6 100644
--- a/sw/source/core/layout/atrfrm.cxx
+++ b/sw/source/core/layout/atrfrm.cxx
@@ -2729,7 +2729,7 @@ SdrObject* SwFrameFormat::FindRealSdrObject()
{
Point aNullPt;
SwFlyFrm* pFly = static_cast<SwFlyFrm*>(::GetFrmOfModify( 0, *this, FRM_FLY,
- &aNullPt, 0, false ));
+ &aNullPt, 0 ));
return pFly ? pFly->GetVirtDrawObj() : 0;
}
return FindSdrObject();