diff options
author | Nigel Hawkins <n.hawkins@gmx.com> | 2010-11-02 13:14:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-02 20:37:39 +0000 |
commit | eede8108c297a61666c2673ea73197c56e06e02b (patch) | |
tree | 4d97e6203ad1ec5f5d2acde10d98d31807ff8ae4 /xmerge | |
parent | e01a111dfc01b5bac1f951594cfb7c148fb6769e (diff) |
Fix javadoc comments in filters/xmerge - ColourConverter.java
Diffstat (limited to 'xmerge')
-rw-r--r-- | xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java index 33ef294d4ae8..bfaffdffbe42 100644 --- a/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java +++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ColourConverter.java @@ -112,7 +112,7 @@ public class ColourConverter { * cases where the 16 colour values are something other than there default * values (e.g. in the case of pocket Excel) * - * @param short[] a 16 bit array mapping the 16 colours to there values + * @param lookup[] a 16 bit array mapping the 16 colours to their values */ public ColourConverter(short lookup[]) { @@ -155,7 +155,7 @@ public class ColourConverter { * This method maps a Pocket Word colour index value to an RGB value as * used by OpenOffice. * - * @param index The index into Pocket Word's colour table. + * @param colour The index into Pocket Word's colour table. * * @return A Color object representing the RGB value of the Pocket Word * colour. |