diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-10-04 15:29:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-10-04 23:03:24 +0200 |
commit | 2a217a80bf383ddab0a5e0959ab2fd907dfd3406 (patch) | |
tree | 66acc2073d64ef5916da95f7e48858c70a7b12b4 | |
parent | adcde78935fb8ca2b93322aa3a558d0b3ccdbfad (diff) |
Fix typo
Change-Id: I9363004f30c6b49da7911ddf1e4bad468d7aa8b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157555
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | vcl/headless/CairoCommon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/headless/CairoCommon.cxx b/vcl/headless/CairoCommon.cxx index 3c57f065da37..4d29e8a1602f 100644 --- a/vcl/headless/CairoCommon.cxx +++ b/vcl/headless/CairoCommon.cxx @@ -775,7 +775,7 @@ void CairoCommon::drawLine(tools::Long nX1, tools::Long nY1, tools::Long nX2, to releaseCairoContext(cr, false, extents); } -// true if we have a fill color and the line color is the same or non-existant +// true if we have a fill color and the line color is the same or non-existent static bool onlyFillRect(const std::optional<Color>& rFillColor, const std::optional<Color>& rLineColor) { |