From 84b1fab6548481313e9b65a9d56965bbbbe1c112 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 4 Nov 2017 08:59:25 +0200 Subject: loplugin:constparams in cppcanvas,drawinglayer Change-Id: I15cac1411c985afe8d7cb9439214a8092702bdb8 Reviewed-on: https://gerrit.libreoffice.org/44343 Tested-by: Jenkins Reviewed-by: Noel Grandin --- tools/source/stream/strmunx.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx index b9b4b551ff88..d3f79e6c3712 100644 --- a/tools/source/stream/strmunx.cxx +++ b/tools/source/stream/strmunx.cxx @@ -145,7 +145,7 @@ bool lockFile( sal_uInt64 const nStart, sal_uInt64 const nEnd, SvFileStream* pSt return true; } -void unlockFile( sal_uInt64 const nStart, sal_uInt64 const nEnd, SvFileStream * pStream ) +void unlockFile( sal_uInt64 const nStart, sal_uInt64 const nEnd, SvFileStream const * pStream ) { osl::MutexGuard aGuard( LockMutex::get() ); std::vector &rLockList = LockList::get(); -- cgit