summaryrefslogtreecommitdiff
path: root/unotools/source/i18n/localedatawrapper.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-23 21:00:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-24 09:03:09 +0200
commitf693d23170036bd6116458e655c2f3b34b3cd926 (patch)
tree726814bacdafc9471362b8de4f893990ea66c192 /unotools/source/i18n/localedatawrapper.cxx
parentb4e1389f7abecbd8b323d9c4653ee506054a1f85 (diff)
loplugin:returnconstval in unotools
Change-Id: I8bfc0d52c8a68268a12e3dab890402d964d48eba Reviewed-on: https://gerrit.libreoffice.org/78036 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unotools/source/i18n/localedatawrapper.cxx')
-rw-r--r--unotools/source/i18n/localedatawrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx
index 8a16ec556f47..ec306acfa07a 100644
--- a/unotools/source/i18n/localedatawrapper.cxx
+++ b/unotools/source/i18n/localedatawrapper.cxx
@@ -1079,7 +1079,7 @@ void LocaleDataWrapper::getDigitGroupingImpl()
}
}
-const css::uno::Sequence< sal_Int32 > LocaleDataWrapper::getDigitGrouping() const
+css::uno::Sequence< sal_Int32 > LocaleDataWrapper::getDigitGrouping() const
{
::utl::ReadWriteGuard aGuard( aMutex );
if (!aGrouping.hasElements() || aGrouping[0] == 0)