[Libreoffice-commits] core.git: include/vcl vcl/source
Chris Sherlock
chris.sherlock79 at gmail.com
Mon Apr 21 10:01:58 PDT 2014
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.sherlock79 at 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)
{
More information about the Libreoffice-commits
mailing list