diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-04 10:52:21 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-04 10:52:21 +0000 |
commit | 4f4104628bce0bf8601b438df10ca9d67465982d (patch) | |
tree | 1951d47971a41b387b9221171f359d92499c3539 /xmerge/source | |
parent | b5fdd2f0500fd076f43a0f220adc379f60303cd6 (diff) |
INTEGRATION: CWS xsltfilter07 (1.3.14); FILE MERGED
2007/04/17 18:32:08 sus 1.3.14.1: #i75728# exchanging wrong javadoc parameter in sourcecode from @returns to @return
Diffstat (limited to 'xmerge/source')
-rw-r--r-- | xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/TextStyle.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/TextStyle.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/TextStyle.java index 2c4b4cf9a853..a5ed5666cef3 100644 --- a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/TextStyle.java +++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/TextStyle.java @@ -4,9 +4,9 @@ * * $RCSfile: TextStyle.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ihi $ $Date: 2006-08-01 13:26:39 $ + * last change: $Author: ihi $ $Date: 2007-06-04 11:52:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -180,7 +180,7 @@ public class TextStyle extends Style implements Cloneable { * * @param value <code>Color</code> specification to parse. * - * @returns The <code>Color</code> associated the value. + * @return The <code>Color</code> associated the value. */ private Color parseColorString(String value) { // Assume color value is of form #rrggbb |