From 5d0272772a174644e63fd46664887a2cb0362ba5 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 5 May 2014 22:27:38 +0200 Subject: consistent percent sign in comments Change-Id: I9906b4e58fd8672e51f6aa2e56ec68bb28772500 --- include/tools/color.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/tools/color.hxx') 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; -- cgit