Kaydet (Commit) f1b567ea authored tarafından Bertram Nolte's avatar Bertram Nolte

Corrected name for function call WORKDAY.

üst aec812c1
......@@ -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 } );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment