summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdobj.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:46:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:46:57 +0200
commit85ce992473a435497014f856f95f3914783f8d72 (patch)
tree8bf9e29073312fac5c117d0794660d2825b794b6 /svx/source/svdraw/svdobj.cxx
parent173a75bad357c65f4e77dc1688445276bdaeaf9c (diff)
loplugin:defaultparams
Change-Id: I6bd0482967f35a4fc4c2384e775753c413c52162
Diffstat (limited to 'svx/source/svdraw/svdobj.cxx')
-rw-r--r--svx/source/svdraw/svdobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index 5b8f84d19b3e..65c29ee0d108 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -2948,7 +2948,7 @@ SvxShape* SdrObject::getSvxShape()
}
else
{
- mpSvxShape = SvxDrawPage::CreateShapeByTypeAndInventor( GetObjIdentifier(), GetObjInventor(), this, NULL );
+ mpSvxShape = SvxDrawPage::CreateShapeByTypeAndInventor( GetObjIdentifier(), GetObjInventor(), this );
maWeakUnoShape = xShape = static_cast< ::cppu::OWeakObject* >( mpSvxShape );
}
}