filter/source/msfilter/msdffimp.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 513f54ee850eb909c4d636c6e7be8dbc2a99024b
Author:     Regina Henschel <rb.hensc...@t-online.de>
AuthorDate: Sun Aug 4 23:40:33 2019 +0200
Commit:     Regina Henschel <rb.hensc...@t-online.de>
CommitDate: Mon Aug 5 00:41:31 2019 +0200

    CppCheck: solve 'redundantAssignment' in msdffimp.cxx
    
    Change-Id: I6b1549e3033187b44e3225f17fc4fdba4e52fa0c
    Reviewed-on: https://gerrit.libreoffice.org/76962
    Tested-by: Jenkins
    Reviewed-by: Regina Henschel <rb.hensc...@t-online.de>

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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to