------------------------------------------------------------
revno: 1208
committer: Tran Chau <[email protected]>
branch nick: trunk
timestamp: Fri 2009-12-11 09:51:42 +0700
message:
Fixed cellstyle error - Excel Reporting module
modified:
dhis-2/dhis-web/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/export/action/GenerateReportSupport.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/export/action/GenerateReportSupport.java'
--- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/export/action/GenerateReportSupport.java 2009-12-09 05:55:32 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/export/action/GenerateReportSupport.java 2009-12-11 02:51:42 +0000
@@ -311,6 +311,7 @@
hssfSheet = templateWorkbook.getSheetAt( 0 );
header = hssfSheet.getHeader();
csFont = templateWorkbook.createFont();
+ csFont10Bold = templateWorkbook.createFont();
csFont11Bold = templateWorkbook.createFont();
csFont12BoldCenter = templateWorkbook.createFont();
dFormat = templateWorkbook.createDataFormat();
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp