View | Details | Raw Unified | Return to issue 119888
Collapse All | Expand All

(-)filter/source/msfilter/msdffimp.cxx (-1 / +1 lines)
Lines 2784-2790 Link Here
2784
	}
2784
	}
2785
	ApplyLineAttributes( rSet, rObjData.eShapeType ); // #i28269#
2785
	ApplyLineAttributes( rSet, rObjData.eShapeType ); // #i28269#
2786
	ApplyFillAttributes( rIn, rSet, rObjData );
2786
	ApplyFillAttributes( rIn, rSet, rObjData );
2787
	if ( rObjData.eShapeType != mso_sptNil )
2787
	if ( rObjData.eShapeType != mso_sptNil || IsProperty( DFF_Prop_pVertices ) )
2788
	{
2788
	{
2789
		ApplyCustomShapeGeometryAttributes( rIn, rSet, rObjData );
2789
		ApplyCustomShapeGeometryAttributes( rIn, rSet, rObjData );
2790
		ApplyCustomShapeTextAttributes( rSet );
2790
		ApplyCustomShapeTextAttributes( rSet );

Return to issue 119888