diff options
-rw-r--r-- | oox/source/export/drawingml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index e504113845be..4d4c8c790196 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -1150,7 +1150,7 @@ void DrawingML::WriteShapeTransformation( Reference< XShape > rXShape, sal_Int32 aSize.Height = 1000; if (!bSuppressRotation) { - SdrObject* pShape = (SdrObject*) GetSdrObjectFromXShape( rXShape ); + SdrObject* pShape = GetSdrObjectFromXShape( rXShape ); nRotation = pShape ? pShape->GetRotateAngle() : 0; if (nRotation != 0 && nRotation != 18000) { |