summaryrefslogtreecommitdiff
path: root/i18npool/source/calendar
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-01 09:22:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-01 13:20:18 +0200
commitb122a39c33d9c46ac376b80f51920527b98a3c8a (patch)
tree4a3c7535f0e0e95f1a80e61558bee58117a3a221 /i18npool/source/calendar
parent74512c394db63a680469270679b250893c1cdf4b (diff)
Upcoming improved loplugin:staticanonymous -> redundantstatic: i18npool
Change-Id: I8b93f7610103f4bd8e86e2d9f57929922b6dc92c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97568 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'i18npool/source/calendar')
-rw-r--r--i18npool/source/calendar/calendar_gregorian.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx
index b7ae49fbd96e..3aa516814538 100644
--- a/i18npool/source/calendar/calendar_gregorian.cxx
+++ b/i18npool/source/calendar/calendar_gregorian.cxx
@@ -209,7 +209,7 @@ Calendar_hanja::loadCalendar( const OUString& /*uniqueID*/, const css::lang::Loc
Calendar_gregorian::loadCalendar("hanja", rLocale);
}
-static const Era gengou_eraArray[] = {
+const Era gengou_eraArray[] = {
{1868, 1, 1, 0}, // Meiji
{1912, 7, 30, 0}, // Taisho
{1926, 12, 25, 0}, // Showa
@@ -222,7 +222,7 @@ Calendar_gengou::Calendar_gengou() : Calendar_gregorian(gengou_eraArray)
cCalendar = "com.sun.star.i18n.Calendar_gengou";
}
-static const Era ROC_eraArray[] = {
+const Era ROC_eraArray[] = {
{1912, 1, 1, kDisplayEraForcedLongYear}, // #i116701#
{0, 0, 0, 0}
};
@@ -235,7 +235,7 @@ Calendar_ROC::Calendar_ROC() : Calendar_gregorian(ROC_eraArray)
* The start year of the Korean traditional calendar (Dan-gi) is the inaugural
* year of Dan-gun (BC 2333).
*/
-static const Era dangi_eraArray[] = {
+const Era dangi_eraArray[] = {
{-2332, 1, 1, 0},
{0, 0, 0, 0}
};
@@ -244,7 +244,7 @@ Calendar_dangi::Calendar_dangi() : Calendar_gregorian(dangi_eraArray)
cCalendar = "com.sun.star.i18n.Calendar_dangi";
}
-static const Era buddhist_eraArray[] = {
+const Era buddhist_eraArray[] = {
{-542, 1, 1, 0},
{0, 0, 0, 0}
};