[Libreoffice-commits] core.git: filter/source

Regina Henschel (via logerrit) logerrit at kemper.freedesktop.org
Sun Aug 4 22:42:09 UTC 2019


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

New commits:
commit 513f54ee850eb909c4d636c6e7be8dbc2a99024b
Author:     Regina Henschel <rb.henschel at t-online.de>
AuthorDate: Sun Aug 4 23:40:33 2019 +0200
Commit:     Regina Henschel <rb.henschel at 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.henschel at 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)


More information about the Libreoffice-commits mailing list