[Libreoffice-commits] core.git: include/basegfx
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 26 21:31:14 UTC 2019
include/basegfx/color/bcolormodifier.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 420ac523d8cc06278eed67d10ef60c56422c2c80
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:42:21 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jun 26 23:30:10 2019 +0200
Fix typo
Change-Id: I7cc008f709c8072681e216bbffd7ca68b4f86ba5
Reviewed-on: https://gerrit.libreoffice.org/74761
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/basegfx/color/bcolormodifier.hxx b/include/basegfx/color/bcolormodifier.hxx
index 56b6c0a3a386..0f03f1080d9c 100644
--- a/include/basegfx/color/bcolormodifier.hxx
+++ b/include/basegfx/color/bcolormodifier.hxx
@@ -246,7 +246,7 @@ namespace basegfx
/** convert color to black and white
returns black when the luminance of the given color is less than
- the given treshhold value in the range [0.0 .. 1.0], else white
+ the given threshold value in the range [0.0 .. 1.0], else white
*/
class SAL_WARN_UNUSED BASEGFX_DLLPUBLIC BColorModifier_black_and_white : public BColorModifier
{
More information about the Libreoffice-commits
mailing list