diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/basegfx/color/bcolormodifier.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |