summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-17 09:53:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-17 11:30:32 +0200
commitff8e463ab486ae863ab3a86ce957f01ed7f8af90 (patch)
treeedb0a69cea1e326fa457664c9594f3bf6735d470 /unoidl
parentdf1d2d9d732e54a9596722b75e5117ed36cdc664 (diff)
loplugin:constparams in comphelper,unoidl
Change-Id: I411d431bd6620c594c5dafd42af6c2a8ac285f3f Reviewed-on: https://gerrit.libreoffice.org/40042 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/source/sourcetreeprovider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoidl/source/sourcetreeprovider.cxx b/unoidl/source/sourcetreeprovider.cxx
index 84a43e26284c..55dd2ac68d98 100644
--- a/unoidl/source/sourcetreeprovider.cxx
+++ b/unoidl/source/sourcetreeprovider.cxx
@@ -38,7 +38,7 @@ namespace {
//TODO: Bad hack to work around osl::FileStatus::getFileName not determining the
// original spelling of a file name (not even with
// osl_FileStatus_Mask_Validate):
-OUString getFileName(OUString const & uri, osl::FileStatus & status) {
+OUString getFileName(OUString const & uri, osl::FileStatus const & status) {
#if defined MACOSX
sal_Int32 i = uri.lastIndexOf('/') + 1;
OUString path;