User: kz Date: 2008-05-05 15:22:54+0000 Modified: dba/reportdesign/java/com/sun/star/report/pentaho/parser/stylemapper/fo/ColorMapper.java
Log: INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED 2008/04/22 10:30:32 oj 1.3.6.1: #i88503# merge changes from rptchart02 File Changes: Directory: /dba/reportdesign/java/com/sun/star/report/pentaho/parser/stylemapper/fo/ ==================================================================================== File [changed]: ColorMapper.java Url: http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/pentaho/parser/stylemapper/fo/ColorMapper.java?r1=1.3&r2=1.4 Delta lines: +11 -14 --------------------- --- ColorMapper.java 2008-04-10 17:53:37+0000 1.3 +++ ColorMapper.java 2008-05-05 15:22:51+0000 1.4 @@ -27,8 +27,6 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - - package com.sun.star.report.pentaho.parser.stylemapper.fo; import com.sun.star.report.pentaho.parser.StyleMapper; @@ -39,14 +37,13 @@ public class ColorMapper implements StyleMapper { - public ColorMapper () + + public ColorMapper() { } - public void updateStyle (String uri, - String attrName, - String attrValue, - CSSDeclarationRule targetRule) + public void updateStyle(final String uri, final String attrName, final String attrValue, + final CSSDeclarationRule targetRule) { final CSSColorValue cv = (CSSColorValue) ColorUtil.parseColor(attrValue); if (cv != null) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
