summaryrefslogtreecommitdiff
path: root/extensions/source/config
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/config')
-rw-r--r--extensions/source/config/ldap/ldapuserprofilebe.cxx2
-rw-r--r--extensions/source/config/ldap/ldapuserprofilebe.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/config/ldap/ldapuserprofilebe.cxx b/extensions/source/config/ldap/ldapuserprofilebe.cxx
index 54d60e335c50..10f7ae002c47 100644
--- a/extensions/source/config/ldap/ldapuserprofilebe.cxx
+++ b/extensions/source/config/ldap/ldapuserprofilebe.cxx
@@ -157,7 +157,7 @@ bool LdapUserProfileBe::readLdapConfiguration(
bool LdapUserProfileBe::getLdapStringParam(
- uno::Reference<container::XNameAccess>& xAccess,
+ uno::Reference<container::XNameAccess> const & xAccess,
const OUString& aLdapSetting,
OUString& aServerParameter)
{
diff --git a/extensions/source/config/ldap/ldapuserprofilebe.hxx b/extensions/source/config/ldap/ldapuserprofilebe.hxx
index 74838da874cf..5cca247809b2 100644
--- a/extensions/source/config/ldap/ldapuserprofilebe.hxx
+++ b/extensions/source/config/ldap/ldapuserprofilebe.hxx
@@ -116,7 +116,7 @@ class LdapUserProfileBe : private LdapProfileMutexHolder, public BackendBase
uno::Reference<uno::XComponentContext> const & context,
LdapDefinition * definition, OUString * loggedOnUser);
- static bool getLdapStringParam(uno::Reference<container::XNameAccess>& xAccess,
+ static bool getLdapStringParam(uno::Reference<container::XNameAccess> const & xAccess,
const OUString& aLdapSetting,
OUString& aServerParameter);