oox/source/export/chartexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cf2904c562935ebc72b773dddea50fd3c27b314f Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Aug 24 12:26:45 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Mon Aug 24 16:01:05 2020 +0200 GetProperty extracts property to mAny already so its already available to assign to nVal and doesn't need to be refetched Change-Id: Iecfa5e7546b0ef7915999335995e43d85692dfa9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101273 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 5ea054d83ca0..c9f3df4fd195 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -1583,7 +1583,7 @@ void ChartExport::exportFill( const Reference< XPropertySet >& xPropSet ) if (aFillStyle == FillStyle_SOLID && GetProperty( xPropSet, "FillTransparence" )) { sal_Int16 nVal = 0; - xPropSet->getPropertyValue( "FillTransparence" ) >>= nVal; + mAny >>= nVal; if ( nVal == 100 ) aFillStyle = FillStyle_NONE; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits