summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap/bitmappaint.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2018-04-05 16:02:17 +1000
committerTomaž Vajngerl <quikee@gmail.com>2018-04-05 11:03:49 +0200
commit4eaa447630756f64bceba81e1a787c289c120152 (patch)
treeaf31eaf5940c2f5188b7ef82550959e23b9c23a1 /vcl/source/bitmap/bitmappaint.cxx
parent4e9dbb4c81dfd99cfec4a36372b09a96ad4d4133 (diff)
vcl: ImplAssignWithSize() -> ReassignWithSize()
Change-Id: I278a976028762f5c101dfd46ee62c4aa06bd719d Reviewed-on: https://gerrit.libreoffice.org/52422 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/source/bitmap/bitmappaint.cxx')
-rw-r--r--vcl/source/bitmap/bitmappaint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/bitmap/bitmappaint.cxx b/vcl/source/bitmap/bitmappaint.cxx
index 942d627b588c..877ec5c195f5 100644
--- a/vcl/source/bitmap/bitmappaint.cxx
+++ b/vcl/source/bitmap/bitmappaint.cxx
@@ -403,7 +403,7 @@ bool Bitmap::Rotate(long nAngle10, const Color& rFillColor)
bRet = !!aRotatedBmp;
if (bRet)
- ImplAssignWithSize(aRotatedBmp);
+ ReassignWithSize(aRotatedBmp);
}
return bRet;