[PATCH 4/7] Fix javadoc comments in filters/xmerge - ColourConverter.java
Nigel Hawkins
n.hawkins at gmx.com
Tue Nov 2 06:14:34 PDT 2010
---
.../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 525ecb4..ab72f2e 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.
--
1.7.0.4
--=-r9HQZWKbe5d9ZLbtzsqO
Content-Disposition: attachment; filename="0005-Fix-javadoc-comments-in-filters-xmerge-Debug.java.patch"
Content-Type: text/x-patch; name="0005-Fix-javadoc-comments-in-filters-xmerge-Debug.java.patch"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
More information about the LibreOffice
mailing list