diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-23 21:00:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-24 09:03:09 +0200 |
commit | f693d23170036bd6116458e655c2f3b34b3cd926 (patch) | |
tree | 726814bacdafc9471362b8de4f893990ea66c192 /include/unotools | |
parent | b4e1389f7abecbd8b323d9c4653ee506054a1f85 (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 'include/unotools')
-rw-r--r-- | include/unotools/localedatawrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/localedatawrapper.hxx b/include/unotools/localedatawrapper.hxx index 04650e29f7b6..fd0e457943eb 100644 --- a/include/unotools/localedatawrapper.hxx +++ b/include/unotools/localedatawrapper.hxx @@ -211,7 +211,7 @@ public: Indian grouping. The sal_Int32* getConstArray() can be passed directly to the ::rtl::math::doubleToString() methods as argument for the pGroups parameter. */ - const css::uno::Sequence< sal_Int32 > getDigitGrouping() const; + css::uno::Sequence< sal_Int32 > getDigitGrouping() const; // Functionality of class International methods, LocaleItem |