summaryrefslogtreecommitdiff
path: root/i18npool/source/numberformatcode
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/source/numberformatcode
parentad1bf2ce2612ffb025c8ef9967018db53527a796 (diff)
Instanciate XLocaleData5 in all internal interfaces, tdf#81671
Change-Id: I71ab5008be930efdd3ba944b020554b9d65ed729
Diffstat (limited to 'i18npool/source/numberformatcode')
-rw-r--r--i18npool/source/numberformatcode/numberformatcode.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/numberformatcode/numberformatcode.cxx b/i18npool/source/numberformatcode/numberformatcode.cxx
index 5fd2af898363..1ffafe63fa8c 100644
--- a/i18npool/source/numberformatcode/numberformatcode.cxx
+++ b/i18npool/source/numberformatcode/numberformatcode.cxx
@@ -20,13 +20,13 @@
#include <numberformatcode.hxx>
#include <com/sun/star/i18n/KNumberFormatUsage.hpp>
#include <com/sun/star/i18n/KNumberFormatType.hpp>
-#include <com/sun/star/i18n/LocaleData.hpp>
+#include <com/sun/star/i18n/LocaleData2.hpp>
#include <cppuhelper/supportsservice.hxx>
NumberFormatCodeMapper::NumberFormatCodeMapper(
const css::uno::Reference < css::uno::XComponentContext >& rxContext )
{
- m_xLocaleData.set( css::i18n::LocaleData::create( rxContext ) );
+ m_xLocaleData.set( css::i18n::LocaleData2::create( rxContext ) );
}