include/vcl/bitmap.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4852c601be832c4b70a08a05a8abb921e13ab6a6 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Dec 3 21:39:38 2023 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Dec 4 09:26:15 2023 +0100 Fix typo Change-Id: I55e1b250f35adb11169267d5f8f1dbaca9ad802d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160282 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx index b7059654e016..3b7f39480027 100644 --- a/include/vcl/bitmap.hxx +++ b/include/vcl/bitmap.hxx @@ -242,7 +242,7 @@ public: bitmap dimensions. @param rRectSrc - Source rectangl. This is clipped to the + Source rectangle. This is clipped to the bitmap dimensions. Note further that no scaling takes place during this copy operation, i.e. only the minimum of source and destination rectangle's width and height are used.
