Kaydet (Commit) 2f2a1880 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: Ibeac9ac30e6841280036bb81ff7245f205b07b83
üst 9ed8ec51
...@@ -250,7 +250,7 @@ void ScInterpreter::ScGetIsoWeekOfYear() ...@@ -250,7 +250,7 @@ void ScInterpreter::ScGetIsoWeekOfYear()
{ {
Date aDate = *(pFormatter->GetNullDate()); Date aDate = *(pFormatter->GetNullDate());
aDate += (long)::rtl::math::approxFloor(GetDouble()); aDate += (long)::rtl::math::approxFloor(GetDouble());
PushInt( (int) aDate.GetWeekOfYear( MONDAY, 4 ) ); PushInt( (int) aDate.GetWeekOfYear() );
} }
} }
......
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