From 8c4db130c9ab7729185040e84f2be3481645df9d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 19 Dec 2019 09:43:24 +0100 Subject: Fix typo Change-Id: Id118bc8080b1b3435c6e0ac5a56ba95926c73e51 Reviewed-on: https://gerrit.libreoffice.org/85486 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- include/vcl/bitmapex.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/bitmapex.hxx') diff --git a/include/vcl/bitmapex.hxx b/include/vcl/bitmapex.hxx index 2f98362a9e4e..1070ff220b47 100644 --- a/include/vcl/bitmapex.hxx +++ b/include/vcl/bitmapex.hxx @@ -421,7 +421,7 @@ public: @param fMaximumArea A limitation for the maximum size of pixels to use for the result - The traget size of the result bitmap is defined by transforming the given + The target size of the result bitmap is defined by transforming the given rTargetRange with the given rTransformation; the area of the result is linearly scaled to not exceed the given fMaximumArea -- cgit