summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorRegina Henschel <rb.henschel@t-online.de>2019-08-04 23:40:33 +0200
committerRegina Henschel <rb.henschel@t-online.de>2019-08-05 00:41:31 +0200
commit513f54ee850eb909c4d636c6e7be8dbc2a99024b (patch)
treef2ab8ba17e09883bb42d29df7eb10ad971055841 /filter
parenta1b700a787e2f5bb46f7b39a704aed7c3c81bed9 (diff)
CppCheck: solve 'redundantAssignment' in msdffimp.cxx
Change-Id: I6b1549e3033187b44e3225f17fc4fdba4e52fa0c Reviewed-on: https://gerrit.libreoffice.org/76962 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 5056dd73f077..ae391d04f8a0 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -4567,7 +4567,6 @@ SdrObject* SvxMSDffManager::ImportShape( const DffRecordHeader& rHd, SvStream& r
double fEndAngle(0.0);
css::uno::Sequence< css::drawing::EnhancedCustomShapeAdjustmentValue > seqAdjustmentValues;
const uno::Any* pAny = aGeometryItem.GetPropertyValueByName(sAdjustmentValues);
- pAny = aGeometryItem.GetPropertyValueByName(sAdjustmentValues);
if (pAny && (*pAny >>= seqAdjustmentValues) && seqAdjustmentValues.getLength() > 1)
{
if (seqAdjustmentValues[0].State == css::beans::PropertyState_DEFAULT_VALUE)