summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/resultsetforroot.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-31 10:51:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-31 12:09:24 +0200
commitb1a1baa66a8eb0553df87769d48e3cc7e533a1d8 (patch)
treefe77a0f819887add2fbe03d4cc7a5b9d88cc104e /xmlhelp/source/cxxhelp/provider/resultsetforroot.hxx
parent4732e65646016087d772adb3a0b55c166b35356d (diff)
loplugin:constparams in formula,xmlhelp
Change-Id: I1c987d991a5b292df327d1bb921099233b5531fe Reviewed-on: https://gerrit.libreoffice.org/40584 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/resultsetforroot.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetforroot.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforroot.hxx b/xmlhelp/source/cxxhelp/provider/resultsetforroot.hxx
index 3bb96aaef91a..20c41e738b68 100644
--- a/xmlhelp/source/cxxhelp/provider/resultsetforroot.hxx
+++ b/xmlhelp/source/cxxhelp/provider/resultsetforroot.hxx
@@ -39,7 +39,7 @@ namespace chelp {
ResultSetForRoot( const css::uno::Reference< css::uno::XComponentContext >& rxContext,
const css::uno::Reference< css::ucb::XContentProvider >& xProvider,
const css::uno::Sequence< css::beans::Property >& seq,
- URLParameter& aURLParameter,
+ URLParameter const & aURLParameter,
Databases* pDatabases );