diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-22 03:07:47 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-22 03:07:47 +1000 |
commit | d44067e9d70bda3f282c5387c374623922a88d83 (patch) | |
tree | e582f12a7a74f5dc72057aff098208b4a2543318 /vcl | |
parent | 89f5a775e816eea1cbc443509719dbbf31583538 (diff) |
Fix wrong function names in bitmap.cxx
Change-Id: I542282cd4757c3d841f8e2b48847ab5d5ba1574e
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/outdev/bitmap.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx index 4d2deb8408f5..5ec8c7eb4f8d 100644 --- a/vcl/source/outdev/bitmap.cxx +++ b/vcl/source/outdev/bitmap.cxx @@ -366,7 +366,7 @@ void OutputDevice::ScaleBitmap (Bitmap &rBmp, SalTwoRect &rPosAry) } } -bool OutputDevice::DrawTransformedBitmapExDirect( +bool OutputDevice::DrawTransformBitmapExDirect( const basegfx::B2DHomMatrix& aFullTransform, const BitmapEx& rBitmapEx) { @@ -485,7 +485,7 @@ bool OutputDevice::TransformAndReduceBitmapExToTargetRange( return true; } -void OutputDevice::DrawTransformBitmapEx( +void OutputDevice::DrawTransformedBitmapEx( const basegfx::B2DHomMatrix& rTransformation, const BitmapEx& rBitmapEx) { |