Kaydet (Commit) d93f6b0a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:redundantcast: filter

(after a to-be-committed improved loplugin:cstylecast would have rewritten the
C-style casts into static_casts)

Change-Id: I3ee7efc614502332b28a8ca7f33f835b523143ee
üst c45f9bc4
......@@ -7431,7 +7431,7 @@ void ApplyCellAttributes( const SdrObject* pObj, Reference< XCell > const & xCel
XGradient aXGradient(pObj->GetMergedItem(XATTR_FILLGRADIENT).GetGradientValue());
css::awt::Gradient aGradient;
aGradient.Style = (awt::GradientStyle) aXGradient.GetGradientStyle();
aGradient.Style = aXGradient.GetGradientStyle();
aGradient.StartColor = (sal_Int32)aXGradient.GetStartColor().GetColor();
aGradient.EndColor = (sal_Int32)aXGradient.GetEndColor().GetColor();
aGradient.Angle = (short)aXGradient.GetAngle();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment