From 2a42d5ec2965451f8cb2e719d831f4b2722f51bb Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 18:57:53 +0100 Subject: Remove visual noise from i18npool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1cd4254713ce9c1bc7c232414c24e926f1f8a653 Reviewed-on: https://gerrit.libreoffice.org/8269 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- i18npool/source/calendar/calendar_gregorian.cxx | 2 +- i18npool/source/calendar/calendar_hijri.cxx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'i18npool/source/calendar') diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx index e98dee77010c..cb5843a36747 100644 --- a/i18npool/source/calendar/calendar_gregorian.cxx +++ b/i18npool/source/calendar/calendar_gregorian.cxx @@ -494,7 +494,7 @@ void Calendar_gregorian::setValue() throw(RuntimeException) { // Correct DST glitch, see also localtime/gmtime conversion pitfalls at // http://www.erack.de/download/timetest.c - // + // #i24082# in order to make the DST correction work in all // circumstances, the time values have to be always resubmitted, // regardless whether specified by the caller or not. It is not diff --git a/i18npool/source/calendar/calendar_hijri.cxx b/i18npool/source/calendar/calendar_hijri.cxx index ac85e0a0bcc0..a0200417fa39 100644 --- a/i18npool/source/calendar/calendar_hijri.cxx +++ b/i18npool/source/calendar/calendar_hijri.cxx @@ -103,13 +103,13 @@ void Calendar_hijri::mapFromGregorian() throw(RuntimeException) fieldValue[CalendarFieldIndex::ERA] = (sal_Int16) year < 1 ? 0 : 1; } -// + // This function returns the Julian date/time of the Nth new moon since // January 1900. The synodic month is passed as parameter. -// + // Adapted from "Astronomical Formulae for Calculators" by // Jean Meeus, Third Edition, Willmann-Bell, 1985. -// + double Calendar_hijri::NewMoon(sal_Int32 n) { -- cgit