summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-10-27 14:48:26 +0200
committerEike Rathke <erack@redhat.com>2017-10-27 18:29:43 +0200
commit51a7ae749de90485f3b15a3f935f0f11d5aeff5b (patch)
tree2c188f081e6c72dc250861a70d94a82acfcd31dd /sc/source/core/data/table3.cxx
parent2c1ab132685bee9251901be38e113e129c2c3fce (diff)
Let LocaleDataWrapper::getLocaleItem() return LocaleDataItem2&, tdf#81671
Change-Id: I16cfe81dd3ce0c8c2e905d55bea13df134c7a398
Diffstat (limited to 'sc/source/core/data/table3.cxx')
-rw-r--r--sc/source/core/data/table3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 6347e24086ef..fba985e7d28d 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -99,7 +99,7 @@ using namespace ::com::sun::star::i18n;
bool SplitString( const OUString &sWhole,
OUString &sPrefix, OUString &sSuffix, double &fNum )
{
- i18n::LocaleDataItem aLocaleItem = ScGlobal::pLocaleData->getLocaleItem();
+ i18n::LocaleDataItem2 aLocaleItem = ScGlobal::pLocaleData->getLocaleItem();
// Get prefix element
OUString sUser = "-";