[Libreoffice-commits] core.git: i18npool/source
Lionel Elie Mamane (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 10 08:29:25 UTC 2019
i18npool/source/calendar/calendarImpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2388ffc6d7f10bf0413bd2350e808a3337a99ff2
Author: Lionel Elie Mamane <lionel at mamane.lu>
AuthorDate: Wed Jul 10 10:27:19 2019 +0200
Commit: Lionel Elie Mamane <lionel at mamane.lu>
CommitDate: Wed Jul 10 10:27:50 2019 +0200
build failure - disambiguate Calendar return class
Change-Id: I892281f85f6cc9c2de2c341ae63240ae85d302c4
diff --git a/i18npool/source/calendar/calendarImpl.cxx b/i18npool/source/calendar/calendarImpl.cxx
index c9e22f7bc9b7..228bed358b09 100644
--- a/i18npool/source/calendar/calendarImpl.cxx
+++ b/i18npool/source/calendar/calendarImpl.cxx
@@ -128,7 +128,7 @@ CalendarImpl::getLoadedCalendar2()
return xCalendar->getLoadedCalendar2();
}
-Calendar SAL_CALL
+::css::i18n::Calendar SAL_CALL
CalendarImpl::getLoadedCalendar()
{
if (!xCalendar.is())
More information about the Libreoffice-commits
mailing list