From fbd23182ee1804fd87a13d79a71e231549767408 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 29 Jun 2016 09:09:05 +0200 Subject: loplugin:unusedfields Change-Id: If06fffa8db050df0f9c1c7da6163575bf522382e Reviewed-on: https://gerrit.libreoffice.org/26754 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/source/svdraw/svdoashp.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svx') diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx index b23ff7e81f5e..7b3d6a94a193 100644 --- a/svx/source/svdraw/svdoashp.cxx +++ b/svx/source/svdraw/svdoashp.cxx @@ -2817,7 +2817,6 @@ SdrObjCustomShape& SdrObjCustomShape::operator=(const SdrObjCustomShape& rObj) if( this == &rObj ) return *this; SdrTextObj::operator=( rObj ); - aName = rObj.aName; fObjectRotation = rObj.fObjectRotation; InvalidateRenderGeometry(); return *this; -- cgit