Kaydet (Commit) 06c25631 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

Remove rotation for SVG for now.

Change-Id: I6f9b9cc510778ea561ebbb9ac215db615ea34a8e
üst 8ae05bf7
......@@ -74,10 +74,6 @@ bool GraphicNativeTransform::rotate(sal_uInt16 aInputRotation)
{
return rotateJPEG(aRotation);
}
else if ( aLink.GetType() == GFX_LINK_TYPE_NATIVE_SVG )
{
return rotateSVG(aRotation);
}
else if ( aLink.GetType() == GFX_LINK_TYPE_NATIVE_PNG )
{
return rotateGeneric(aRotation, OUString("png"));
......
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