summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2011-11-18 21:26:39 +0100
committerEike Rathke <erack@redhat.com>2011-11-19 16:15:21 +0100
commit29e4c61d9dbcb75a608e090e0703ed996cfa060a (patch)
tree072543589ded25e2ce7edda1368adbd74acbd296 /svl
parenta7dbdbf820cdc86f5e4f2d9f49ff3aa320890f78 (diff)
use new possessive genitive case month names locale data API
Diffstat (limited to 'svl')
-rw-r--r--svl/source/numbers/zforfind.cxx4
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" ) ) ),