From 2c1ab132685bee9251901be38e113e129c2c3fce Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 27 Oct 2017 13:10:11 +0200 Subject: Instanciate XLocaleData5 in all internal interfaces, tdf#81671 Change-Id: I71ab5008be930efdd3ba944b020554b9d65ed729 --- i18npool/inc/cclass_unicode.hxx | 4 ++-- i18npool/inc/collatorImpl.hxx | 4 ++-- i18npool/inc/numberformatcode.hxx | 4 ++-- i18npool/inc/transliterationImpl.hxx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'i18npool/inc') diff --git a/i18npool/inc/cclass_unicode.hxx b/i18npool/inc/cclass_unicode.hxx index 8e2fe1c445c8..d276347fa78c 100644 --- a/i18npool/inc/cclass_unicode.hxx +++ b/i18npool/inc/cclass_unicode.hxx @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include @@ -126,7 +126,7 @@ private: /// used for parser only css::lang::Locale aParserLocale; - css::uno::Reference < css::i18n::XLocaleData4 > mxLocaleData; + css::uno::Reference < css::i18n::XLocaleData5 > mxLocaleData; css::uno::Reference < css::i18n::XNativeNumberSupplier > xNatNumSup; OUString aStartChars; OUString aContChars; diff --git a/i18npool/inc/collatorImpl.hxx b/i18npool/inc/collatorImpl.hxx index b6f9dd25f791..47641a25f3a5 100644 --- a/i18npool/inc/collatorImpl.hxx +++ b/i18npool/inc/collatorImpl.hxx @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include #include @@ -94,7 +94,7 @@ private: // Service Factory css::uno::Reference < css::uno::XComponentContext > m_xContext; // lang::Locale Data - css::uno::Reference < css::i18n::XLocaleData4 > mxLocaleData; + css::uno::Reference < css::i18n::XLocaleData5 > mxLocaleData; /// @throws css::uno::RuntimeException bool SAL_CALL createCollator(const css::lang::Locale& rLocale, const OUString& serviceName, diff --git a/i18npool/inc/numberformatcode.hxx b/i18npool/inc/numberformatcode.hxx index d74231fc1560..a9c4a67c8b51 100644 --- a/i18npool/inc/numberformatcode.hxx +++ b/i18npool/inc/numberformatcode.hxx @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include @@ -55,7 +55,7 @@ public: private: osl::Mutex maMutex; - css::uno::Reference < css::i18n::XLocaleData4 > m_xLocaleData; + css::uno::Reference < css::i18n::XLocaleData5 > m_xLocaleData; typedef std::pair< css::lang::Locale, css::uno::Sequence< css::i18n::FormatElement > > FormatElementCacheItem; std::deque < FormatElementCacheItem > m_aFormatElementCache; diff --git a/i18npool/inc/transliterationImpl.hxx b/i18npool/inc/transliterationImpl.hxx index c5e83b254885..0d70de37bfd2 100644 --- a/i18npool/inc/transliterationImpl.hxx +++ b/i18npool/inc/transliterationImpl.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_I18NPOOL_INC_TRANSLITERATIONIMPL_HXX #define INCLUDED_I18NPOOL_INC_TRANSLITERATIONIMPL_HXX -#include +#include #include #include #include @@ -87,7 +87,7 @@ private: sal_Int16 numCascade; bool caseignoreOnly; css::uno::Reference< css::uno::XComponentContext > mxContext; - css::uno::Reference< css::i18n::XLocaleData4 > mxLocaledata; + css::uno::Reference< css::i18n::XLocaleData5 > mxLocaledata; css::uno::Reference< css::i18n::XExtendedTransliteration > caseignore; /// @throws css::uno::RuntimeException -- cgit