diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-04 08:59:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-06 10:09:17 +0100 |
commit | 84b1fab6548481313e9b65a9d56965bbbbe1c112 (patch) | |
tree | ee284e831980fa04466067c091d004a8bd434ec8 /tools | |
parent | de05d4ee53b5ff0e7404058cef6d3a311e6b35e4 (diff) |
loplugin:constparams in cppcanvas,drawinglayer
Change-Id: I15cac1411c985afe8d7cb9439214a8092702bdb8
Reviewed-on: https://gerrit.libreoffice.org/44343
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/stream/strmunx.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<InternalStreamLock> &rLockList = LockList::get(); |