User: kz Date: 2008-05-05 15:23:51+0000 Modified: dba/reportdesign/java/com/sun/star/report/pentaho/parser/stylemapper/fo/FontWeightMapper.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]: FontWeightMapper.java Url: http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/pentaho/parser/stylemapper/fo/FontWeightMapper.java?r1=1.3&r2=1.4 Delta lines: +2 -2 ------------------- --- FontWeightMapper.java 2008-04-10 17:54:24+0000 1.3 +++ FontWeightMapper.java 2008-05-05 15:23:48+0000 1.4 @@ -41,8 +41,8 @@ { } - 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) { targetRule.setPropertyValueAsString(FontStyleKeys.FONT_WEIGHT, attrValue); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
