sc/source/core/tool/interpr2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2f2a1880c6dfe90ac51da2b1c9e4fd1bf0faa579 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Oct 7 08:53:57 2015 +0200 loplugin:defaultparams Change-Id: Ibeac9ac30e6841280036bb81ff7245f205b07b83 diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx index 95fd1aa..0c0001b 100644 --- a/sc/source/core/tool/interpr2.cxx +++ b/sc/source/core/tool/interpr2.cxx @@ -250,7 +250,7 @@ void ScInterpreter::ScGetIsoWeekOfYear() { Date aDate = *(pFormatter->GetNullDate()); aDate += (long)::rtl::math::approxFloor(GetDouble()); - PushInt( (int) aDate.GetWeekOfYear( MONDAY, 4 ) ); + PushInt( (int) aDate.GetWeekOfYear() ); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits