summaryrefslogtreecommitdiff
path: root/i18npool/source/calendar
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:57:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 09:23:26 -0600
commit2a42d5ec2965451f8cb2e719d831f4b2722f51bb (patch)
tree48cbc49e81c914e6fb7f0290e3784c774d8563a6 /i18npool/source/calendar
parent3a35e28628a6d9fd9100e35754eaba1db9bf1d50 (diff)
Remove visual noise from i18npool
Change-Id: I1cd4254713ce9c1bc7c232414c24e926f1f8a653 Reviewed-on: https://gerrit.libreoffice.org/8269 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'i18npool/source/calendar')
-rw-r--r--i18npool/source/calendar/calendar_gregorian.cxx2
-rw-r--r--i18npool/source/calendar/calendar_hijri.cxx6
2 files changed, 4 insertions, 4 deletions
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)
{