Corrected name for function call WORKDAY.

This commit is contained in:
Bertram Nolte
2001-09-24 12:31:22 +00:00
parent aec812c1f5
commit f1b567ea58

View File

@ -700,11 +700,8 @@ public class ToDo {
new Integer( gregoriancalendarStartDate.get( Calendar.DATE ) )
} );
Double doubleWorkday = ( Double ) xfunctionaccess.callFunction(
"WORKDAY",
//"ARBEITSTAG",
"com.sun.star.sheet.addin.Analysis.getWorkday",
new Object[] { doubleDate, new Integer( intDays ), objectHolidays } );
//"EOMONTH",
//new Object[] { doubleDate, new Integer( intDays ) } );
Double doubleYear = ( Double ) xfunctionaccess.callFunction( "YEAR",
new Object[] { doubleWorkday } );