summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2013-04-21 14:04:05 +0200
committerTomaž Vajngerl <quikee@gmail.com>2013-04-21 21:55:46 +0200
commit29545247e4bab9f0e0acd7043bfc52880409a310 (patch)
tree38c302e10868ee8b2e446bae7f68b2d8f5f36c75 /vcl/inc
parent75f60bff0811b521b39c3d5cddc35e06556ab25e (diff)
Use GraphicFilter directly in GraphicNativeTransform.
Change-Id: Ib7c028ae32783f112507fb848398b389ed7a484f
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/GraphicNativeTransform.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/GraphicNativeTransform.hxx b/vcl/inc/vcl/GraphicNativeTransform.hxx
index 40b661ba58a0..6bf83fec0afe 100644
--- a/vcl/inc/vcl/GraphicNativeTransform.hxx
+++ b/vcl/inc/vcl/GraphicNativeTransform.hxx
@@ -28,7 +28,7 @@ class VCL_DLLPUBLIC GraphicNativeTransform
bool rotateJPEG (sal_uInt16 aRotation);
bool rotateSVG (sal_uInt16 aRotation);
- bool rotateGeneric (sal_uInt16 aRotation, sal_uInt32 aType);
+ bool rotateGeneric (sal_uInt16 aRotation, OUString aType);
public:
GraphicNativeTransform(Graphic& rGraphic);