include/vcl/outdev.hxx | 2 +- vcl/source/outdev/bitmap.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 89f5a775e816eea1cbc443509719dbbf31583538 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Tue Apr 22 02:57:48 2014 +1000 DrawTransformedBitmapEx - fix accidental rename Change-Id: Ic13a4ac4ca3b4ed23c0db9bc6894024f7b2d959a diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 416f1e8..eec9428 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -886,7 +886,7 @@ protected: @param rBitmapEx The BitmapEx to be painted */ - void DrawTransformBitmapEx( + void DrawTransformedBitmapEx( const basegfx::B2DHomMatrix& rTransformation, const BitmapEx& rBitmapEx); diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx index d29aa6a..4d2deb8 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::DrawTransformBitmapExDirect( +bool OutputDevice::DrawTransformedBitmapExDirect( const basegfx::B2DHomMatrix& aFullTransform, const BitmapEx& rBitmapEx) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits