summaryrefslogtreecommitdiff
path: root/include/basegfx/color
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:42:21 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-26 23:30:10 +0200
commit420ac523d8cc06278eed67d10ef60c56422c2c80 (patch)
treeaec84b2ac0ec76e9e5a04a5f2a060f1aed0170a0 /include/basegfx/color
parent600b79c8167e8e452e0d1ab532e3659b210e9fcb (diff)
Fix typo
Change-Id: I7cc008f709c8072681e216bbffd7ca68b4f86ba5 Reviewed-on: https://gerrit.libreoffice.org/74761 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/basegfx/color')
-rw-r--r--include/basegfx/color/bcolormodifier.hxx2
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
{