summaryrefslogtreecommitdiff
path: root/i18npool/inc/cclass_unicode.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-10-27 13:10:11 +0200
committerEike Rathke <erack@redhat.com>2017-10-27 18:29:43 +0200
commit2c1ab132685bee9251901be38e113e129c2c3fce (patch)
tree1018ee6b4c007ee18655bd2cafc1f02bc9045435 /i18npool/inc/cclass_unicode.hxx
parentad1bf2ce2612ffb025c8ef9967018db53527a796 (diff)
Instanciate XLocaleData5 in all internal interfaces, tdf#81671
Change-Id: I71ab5008be930efdd3ba944b020554b9d65ed729
Diffstat (limited to 'i18npool/inc/cclass_unicode.hxx')
-rw-r--r--i18npool/inc/cclass_unicode.hxx4
1 files changed, 2 insertions, 2 deletions
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 <com/sun/star/i18n/XNativeNumberSupplier.hpp>
#include <com/sun/star/i18n/XCharacterClassification.hpp>
-#include <com/sun/star/i18n/XLocaleData4.hpp>
+#include <com/sun/star/i18n/XLocaleData5.hpp>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -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;