[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - i18npool/source
Lionel Elie Mamane (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 30 11:58:00 UTC 2019
i18npool/source/calendar/calendarImpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 913120fe50ee770e60bd82e2e60047242872111a
Author: Lionel Elie Mamane <lionel at mamane.lu>
AuthorDate: Wed Jul 10 10:27:19 2019 +0200
Commit: Tomáš Chvátal <tchvatal at suse.cz>
CommitDate: Tue Jul 30 13:56:59 2019 +0200
build failure - disambiguate Calendar return class
Change-Id: I892281f85f6cc9c2de2c341ae63240ae85d302c4
Reviewed-on: https://gerrit.libreoffice.org/76595
Reviewed-by: Tomáš Chvátal <tchvatal at suse.cz>
Reviewed-by: Lionel Elie Mamane <lionel at mamane.lu>
Tested-by: Jenkins
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