[Libreoffice-commits] core.git: sw/source

Zolnai Tamás zolnaitamas2000 at gmail.com
Sat Mar 21 13:34:40 PDT 2015


 sw/source/filter/ww8/docxattributeoutput.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6c76ba2437dad6afb0d760922eba7814418bda1e
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Sat Mar 21 21:34:28 2015 +0100

    TransHighlightColor: update description
    
    Change-Id: I5248a1869e83d63026ec13fbcb793abfec43fcf0

diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx
index bcbf38e..32f1c79 100644
--- a/sw/source/filter/ww8/docxattributeoutput.hxx
+++ b/sw/source/filter/ww8/docxattributeoutput.hxx
@@ -443,7 +443,7 @@ private:
      * Translate an ico value to the corresponding HighlightColorValues enumaration item
      *
      * @param[in]   nIco      ico value [0..16]
-     * @return      color name (e.g. "red"), if color is inside the enumeration's range
+     * @return      color name (e.g. "red"), if color is inside [1..16] range
      *              empty string, otherwise
     **/
     static OString TransHighlightColor( sal_uInt8 nIco );


More information about the Libreoffice-commits mailing list