summaryrefslogtreecommitdiffstats
path: root/desktop/source/deployment/misc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-18 14:39:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-19 09:28:00 +0200
commit0f7e64f3edbc1a49e9681d12ce24326150a8a675 (patch)
tree8f7129134e134607f4913736723f3e49a2392bdb /desktop/source/deployment/misc
parentloplugin:constparams in svtools (diff)
downloadcore-0f7e64f3edbc1a49e9681d12ce24326150a8a675.tar.gz
core-0f7e64f3edbc1a49e9681d12ce24326150a8a675.zip
loplugin:constparams in desktop
Change-Id: Idba3acbd1e6ad5e1ce1cae9f80f764906ab8b143 Reviewed-on: https://gerrit.libreoffice.org/40157 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/source/deployment/misc')
-rw-r--r--desktop/source/deployment/misc/dp_misc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx
index ee3e93cb0d95..e593e1b2f71b 100644
--- a/desktop/source/deployment/misc/dp_misc.cxx
+++ b/desktop/source/deployment/misc/dp_misc.cxx
@@ -441,7 +441,7 @@ OUString generateRandomPipeId()
Reference<XInterface> resolveUnoURL(
OUString const & connectString,
Reference<XComponentContext> const & xLocalContext,
- AbortChannel * abortChannel )
+ AbortChannel const * abortChannel )
{
Reference<bridge::XUnoUrlResolver> xUnoUrlResolver(
bridge::UnoUrlResolver::create( xLocalContext ) );