include/vcl/bitmap/BitmapFilter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7e1282affdb4e132a6329f378d6379155968b689 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Feb 15 17:09:36 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Feb 17 22:15:30 2025 +0100 Fix typo Change-Id: Ieed2b8565dbde5c977950ca9bab37911b2fa1b0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181710 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/vcl/bitmap/BitmapFilter.hxx b/include/vcl/bitmap/BitmapFilter.hxx index 496d562bee19..ae627dd14067 100644 --- a/include/vcl/bitmap/BitmapFilter.hxx +++ b/include/vcl/bitmap/BitmapFilter.hxx @@ -56,7 +56,7 @@ void generateStripRanges( The actual filters parameterisation is expected to be done in the constructor. So, to take a simple example, if you want to make every fourth pixel a different color you would accept a BitmapColor parameter that specifies the color, and stores this as a - member variable that the Bitmap4thColorReplaceFilter would then use in it's execute() + member variable that the Bitmap4thColorReplaceFilter would then use in its execute() statement. The BitmapFilter class has a static convenience Filter function that takes a BitmapEx