diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:45:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 10:56:06 +0200 |
commit | 1a7514315931cf1d11110d149a6bc7d983a73140 (patch) | |
tree | 4d68ab0519f62fa84d6f57be70978f7a1f45b745 /scaddins | |
parent | d4718543f48733b4167bd9b9e6339915f6fd1f19 (diff) |
Fix typos
Change-Id: I3e6b96f4ea341130e98ee54ed8c124209b05d343
Reviewed-on: https://gerrit.libreoffice.org/77291
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'scaddins')
-rw-r--r-- | scaddins/source/datefunc/datefunc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scaddins/source/datefunc/datefunc.cxx b/scaddins/source/datefunc/datefunc.cxx index 90da165c3c46..32c785643470 100644 --- a/scaddins/source/datefunc/datefunc.cxx +++ b/scaddins/source/datefunc/datefunc.cxx @@ -513,7 +513,7 @@ sal_Int32 GetNullDate( const uno::Reference< beans::XPropertySet >& xOptions ) * where 0 means that this week belonged to the year before. * * If a day in the same or another year is used in this formula this calculates - * an calendar week offset from a given 4. January + * a calendar week offset from a given 4. January * * nWeek2 = ( nDays2 - nJan4 + ( (nJan4-1) % 7 ) ) / 7 + 1; * |