diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-07 13:22:01 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-04-11 14:22:46 +0200 |
commit | 3809750edbfa82b6308c5d3c5642d6b1965cc4b8 (patch) | |
tree | 28e38d47c4cc49b8b934f224e0d7101cc1bd22d3 /vcl/skia | |
parent | b61b8edb1da3f838aedbb05eb1b1939831dd091c (diff) |
Fix typo
Change-Id: I83e3f0a75369739579b95471cfea90569bebf4ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91813
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/skia')
-rw-r--r-- | vcl/skia/salbmp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/skia/salbmp.cxx b/vcl/skia/salbmp.cxx index 89c43bb31e93..1f91b5d90a86 100644 --- a/vcl/skia/salbmp.cxx +++ b/vcl/skia/salbmp.cxx @@ -304,7 +304,7 @@ bool SkiaSalBitmap::Scale(const double& rScaleX, const double& rScaleY, BmpScale // so delaying will mean the scaling can be done as a part of GetSkImage(). // That means it can be GPU-accelerated, while done here directly it would need // to be either done by CPU, or with the CPU->GPU->CPU roundtrip required - // by GPU-accelereated scaling. + // by GPU-accelerated scaling. // Pending scaling is detected by 'mSize != mPixelsSize'. SkFilterQuality currentQuality; switch (nScaleFlag) |