summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-01-24 09:29:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-01-24 11:01:34 +0100
commit4085f6ca9b345c362bb286e6fb1b17b2fcf2bc4c (patch)
tree89eddf9ce2487d00696639337bc02631b7d9dac1 /store
parentfddd956c0cf3b2c22a152bbb30554def1336b466 (diff)
loplugin:constparams in sd..svtools
Change-Id: I50b864ffc4ed13ba801af46815988bf568b83d2e Reviewed-on: https://gerrit.libreoffice.org/66832 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'store')
-rw-r--r--store/source/storbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/storbase.hxx b/store/source/storbase.hxx
index 9a630348e58f..5ced6d255c4e 100644
--- a/store/source/storbase.hxx
+++ b/store/source/storbase.hxx
@@ -483,7 +483,7 @@ public:
return (*pImpl);
}
- static storeError guard (std::shared_ptr<PageData> & rxPage, sal_uInt32 nAddr)
+ static storeError guard (std::shared_ptr<PageData> const & rxPage, sal_uInt32 nAddr)
{
PageData * pHead = rxPage.get();
if (!pHead)