From 4085f6ca9b345c362bb286e6fb1b17b2fcf2bc4c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 24 Jan 2019 09:29:27 +0200 Subject: loplugin:constparams in sd..svtools Change-Id: I50b864ffc4ed13ba801af46815988bf568b83d2e Reviewed-on: https://gerrit.libreoffice.org/66832 Tested-by: Jenkins Reviewed-by: Noel Grandin --- store/source/storbase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store') 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 & rxPage, sal_uInt32 nAddr) + static storeError guard (std::shared_ptr const & rxPage, sal_uInt32 nAddr) { PageData * pHead = rxPage.get(); if (!pHead) -- cgit