diff options
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zforfind.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/numbers/zforfind.cxx b/svl/source/numbers/zforfind.cxx index f241f79bb24b..36d69038020c 100644 --- a/svl/source/numbers/zforfind.cxx +++ b/svl/source/numbers/zforfind.cxx @@ -58,7 +58,7 @@ #endif #if NF_TEST_CALENDAR #include <comphelper/processfactory.hxx> -#include <com/sun/star/i18n/XExtendedCalendar.hpp> +#include <com/sun/star/i18n/XCalendar3.hpp> #endif @@ -1379,7 +1379,7 @@ input for the following reasons: sal_Int32 nZoneInMillis, nDST1InMillis, nDST2InMillis; uno::Reference< lang::XMultiServiceFactory > xSMgr = ::comphelper::getProcessServiceFactory(); - uno::Reference< ::com::sun::star::i18n::XExtendedCalendar > xCal( + uno::Reference< ::com::sun::star::i18n::XCalendar3 > xCal( xSMgr->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.i18n.LocaleCalendar" ) ) ), |