summaryrefslogtreecommitdiff
path: root/include/tools/color.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-05 22:27:38 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-06 07:19:08 +0200
commit5d0272772a174644e63fd46664887a2cb0362ba5 (patch)
treed0c31c3c4fdbc4eca1431e14831ca4b5f9045a6c /include/tools/color.hxx
parente8288b8857928cb54077608ca5907c966bfd490f (diff)
consistent percent sign in comments
Change-Id: I9906b4e58fd8672e51f6aa2e56ec68bb28772500
Diffstat (limited to 'include/tools/color.hxx')
-rw-r--r--include/tools/color.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/color.hxx b/include/tools/color.hxx
index 6a3c09630642..0a55132a6fc9 100644
--- a/include/tools/color.hxx
+++ b/include/tools/color.hxx
@@ -146,8 +146,8 @@ public:
// color space conversion tools
// the range for h/s/b is:
// Hue: 0-360 degree
- // Saturation: 0-100 %
- // Brightness: 0-100 %
+ // Saturation: 0-100%
+ // Brightness: 0-100%
static ColorData HSBtoRGB( sal_uInt16 nHue, sal_uInt16 nSat, sal_uInt16 nBri );
void RGBtoHSB( sal_uInt16& nHue, sal_uInt16& nSat, sal_uInt16& nBri ) const;