summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2013-04-21 14:06:16 +0200
committerTomaž Vajngerl <quikee@gmail.com>2013-04-21 21:55:47 +0200
commit06c25631e316fb3eebf88c2e8396ddb5b9aa9b21 (patch)
treefc767c9d503745fd9dd899ff0dfc01bb72174d4d /vcl
parent8ae05bf7a04c961d82c6436f9d299ff22e2cc05a (diff)
Remove rotation for SVG for now.
Change-Id: I6f9b9cc510778ea561ebbb9ac215db615ea34a8e
Diffstat (limited to 'vcl')
-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"));