i18npool/source/calendar/calendar_gregorian.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4ad6228e0d1f153fda94104258709aa6a8ca570e
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Apr 20 14:57:36 2023 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Apr 21 09:12:47 2023 +0200

    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 <sberg...@redhat.com>

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

Reply via email to