diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-04-20 14:57:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-04-21 09:12:47 +0200 |
commit | 4ad6228e0d1f153fda94104258709aa6a8ca570e (patch) | |
tree | 559801aec64a257f01c1721d98eae02dbfef1b66 /i18npool/source | |
parent | f703ad86984bcc5e2271484cf45d36e1057b21ad (diff) |
Fix some getImplementationName
...to match the corresponding .component entry
Change-Id: I56ac64be65740450df92f03aac4d2f4f447f08a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150694
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'i18npool/source')
-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 e586470a0c31..0dbe964e5ba0 100644 --- a/i18npool/source/calendar/calendar_gregorian.cxx +++ b/i18npool/source/calendar/calendar_gregorian.cxx @@ -219,7 +219,7 @@ Calendar_hanja::getDisplayName( sal_Int16 displayIndex, sal_Int16 idx, sal_Int16 Calendar_hanja_yoil::Calendar_hanja_yoil() { - cCalendar = "com.sun.star.i18n.Calendar_Calendar_hanja_yoil"; + cCalendar = "com.sun.star.i18n.Calendar_hanja_yoil"; } OUString SAL_CALL |