summaryrefslogtreecommitdiffstats
path: root/i18npool
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2019-07-10 10:27:19 +0200
committerTomáš Chvátal <tchvatal@suse.cz>2019-07-30 13:56:59 +0200
commit913120fe50ee770e60bd82e2e60047242872111a (patch)
treea0452c657079a7270c7c083f4bd59be00ed65061 /i18npool
parenttdf#125609 c14: vcl button: don't modify style directly (diff)
downloadcore-913120fe50ee770e60bd82e2e60047242872111a.tar.gz
core-913120fe50ee770e60bd82e2e60047242872111a.zip
build failure - disambiguate Calendar return class
Change-Id: I892281f85f6cc9c2de2c341ae63240ae85d302c4 Reviewed-on: https://gerrit.libreoffice.org/76595 Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz> Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Jenkins
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/calendar/calendarImpl.cxx2
1 files changed, 1 insertions, 1 deletions
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())