summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/filter/GraphicNativeTransform.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/filter/GraphicNativeTransform.cxx b/vcl/source/filter/GraphicNativeTransform.cxx
index cf24d6ab018a..11f3840a7d4b 100644
--- a/vcl/source/filter/GraphicNativeTransform.cxx
+++ b/vcl/source/filter/GraphicNativeTransform.cxx
@@ -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"));