diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 09:36:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 09:36:13 +0100 |
commit | e875ef0364c8e5c076648f64b8813512deebdc8c (patch) | |
tree | aa2f81c7a2630b2b9af3f7b430bf7ec882c1f78f /i18npool/source/calendar | |
parent | 69ef5d40c27f033cc60ef9fd563edbb0e81fbeaf (diff) |
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
Change-Id: I2c65eac8aa0b24be7f0c8a083b21904c842ca1ee
Diffstat (limited to 'i18npool/source/calendar')
-rw-r--r-- | i18npool/source/calendar/calendar_gregorian.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx index e3b383399510..0b94421846f8 100644 --- a/i18npool/source/calendar/calendar_gregorian.cxx +++ b/i18npool/source/calendar/calendar_gregorian.cxx @@ -202,7 +202,7 @@ Calendar_hanja::loadCalendar( const OUString& /*uniqueID*/, const css::lang::Loc { // Since this class could be called by service name 'hanja_yoil', we have to // rename uniqueID to get right calendar defined in locale data. - Calendar_gregorian::loadCalendar(OUString("hanja"), rLocale); + Calendar_gregorian::loadCalendar("hanja", rLocale); } static const Era gengou_eraArray[] = { |