User: kz      
Date: 2008-05-05 15:22:37+0000
Modified:
   
dba/reportdesign/java/com/sun/star/report/pentaho/parser/stylemapper/fo/BorderRightMapper.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]: BorderRightMapper.java
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/pentaho/parser/stylemapper/fo/BorderRightMapper.java?r1=1.3&r2=1.4
Delta lines:  +14 -14
---------------------
--- BorderRightMapper.java      2008-04-10 17:53:22+0000        1.3
+++ BorderRightMapper.java      2008-05-05 15:22:34+0000        1.4
@@ -27,8 +27,6 @@
  * for a copy of the LGPLv3 License.
  *
  ************************************************************************/
-
-
 /*
  * BorderRightMapper.java
  *
@@ -37,10 +35,11 @@
  * To change this template, choose Tools | Template Manager
  * and open the template in the editor.
  */
-
 package com.sun.star.report.pentaho.parser.stylemapper.fo;
+
 import com.sun.star.report.pentaho.parser.StyleMapper;
 import org.jfree.layouting.input.style.CSSDeclarationRule;
+
 /**
  *
  * @author oj93728
@@ -52,10 +51,11 @@
   public BorderRightMapper()
   {
   }
-  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(attrName, attrValue);
   }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to