diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-17 11:35:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-18 08:19:59 +0200 |
commit | e669f70613ab1cad02e886aacc7a8d5df2550391 (patch) | |
tree | bf8d18012a2e7a27a6e3210004fae4f9ad6caf3b /svl/source/items | |
parent | 3ccaa4d9e9e18555e86e111259a4908413d36718 (diff) |
loplugin:constparams in i18npool,opencl,svl
Change-Id: I23368c3ce6d29c7b2e758e209e5a8315e82a2818
Reviewed-on: https://gerrit.libreoffice.org/40051
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl/source/items')
-rw-r--r-- | svl/source/items/poolio.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx index 2f10ef1ba82a..62f9ddbfe1d0 100644 --- a/svl/source/items/poolio.cxx +++ b/svl/source/items/poolio.cxx @@ -379,7 +379,7 @@ bool SfxItemPool::IsInRange( sal_uInt16 nWhich ) const // This had to be moved to a method of its own to keep Solaris GCC happy: void SfxItemPool_Impl::readTheItems ( SvStream & rStream, sal_uInt32 nItemCount, sal_uInt16 nVer, - SfxPoolItem * pDefItem, SfxPoolItemArray_Impl ** ppArr) + SfxPoolItem const * pDefItem, SfxPoolItemArray_Impl ** ppArr) { SfxMultiRecordReader aItemsRec( &rStream, SFX_ITEMPOOL_REC_ITEMS ); |