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

loplugin:cstylecast: nop between pointer types of exactly same spelling

Change-Id: Ic92c92704e04ce868717a8fabf9919adbf27a54a
üst cde4d4a2
...@@ -1150,7 +1150,7 @@ void DrawingML::WriteShapeTransformation( Reference< XShape > rXShape, sal_Int32 ...@@ -1150,7 +1150,7 @@ void DrawingML::WriteShapeTransformation( Reference< XShape > rXShape, sal_Int32
aSize.Height = 1000; aSize.Height = 1000;
if (!bSuppressRotation) if (!bSuppressRotation)
{ {
SdrObject* pShape = (SdrObject*) GetSdrObjectFromXShape( rXShape ); SdrObject* pShape = GetSdrObjectFromXShape( rXShape );
nRotation = pShape ? pShape->GetRotateAngle() : 0; nRotation = pShape ? pShape->GetRotateAngle() : 0;
if (nRotation != 0 && nRotation != 18000) if (nRotation != 0 && nRotation != 18000)
{ {
......
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