diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-19 09:43:24 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-19 10:25:47 +0100 |
commit | 8c4db130c9ab7729185040e84f2be3481645df9d (patch) | |
tree | 6275829067e0a8ad459377b9c3e9b4daa22ff9a5 /include/vcl | |
parent | c10da54fbc5e201f159f386e772bfd787b2e890d (diff) |
Fix typo
Change-Id: Id118bc8080b1b3435c6e0ac5a56ba95926c73e51
Reviewed-on: https://gerrit.libreoffice.org/85486
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/bitmapex.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |