From 70f87284c6ce77a49b1fac1431cea206f4b1dfa9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 5 Mar 2016 18:03:25 +0200 Subject: improve defaultparams loplugin to catch calling params with defaults like "= OUSString()" Change-Id: Iad060e318ed492c22f8be44e326174fe6d28fff9 Reviewed-on: https://gerrit.libreoffice.org/22932 Tested-by: Jenkins Reviewed-by: Noel Grandin --- chart2/source/view/main/ShapeFactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/view/main/ShapeFactory.cxx') diff --git a/chart2/source/view/main/ShapeFactory.cxx b/chart2/source/view/main/ShapeFactory.cxx index 5e5ad546ef79..821d77422ec9 100644 --- a/chart2/source/view/main/ShapeFactory.cxx +++ b/chart2/source/view/main/ShapeFactory.cxx @@ -455,7 +455,7 @@ uno::Reference if( !xTarget.is() ) return nullptr; - Reference< drawing::XShapes > xGroup( ShapeFactory::createGroup3D( xTarget, OUString() ) ); + Reference< drawing::XShapes > xGroup( ShapeFactory::createGroup3D( xTarget ) ); bool bDoubleSided = false; short nRotatedTexture = 0; -- cgit