summaryrefslogtreecommitdiff
path: root/extensions/source/config/ldap
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:41:36 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:41:36 +0000
commit661d153614827dbbda14539d9138970dc5fc0738 (patch)
treea8a24ccc89707887b65ee3f2be39cdb564301185 /extensions/source/config/ldap
parent1b7af926776765a67f7bb34c95a8ea645dcff231 (diff)
INTEGRATION: CWS wae4extensions (1.6.192); FILE MERGED
2007/10/01 11:10:45 fs 1.6.192.2: #i81612# warning-free code (unxsoli4) 2007/09/27 10:20:00 fs 1.6.192.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/config/ldap')
-rw-r--r--extensions/source/config/ldap/ldapuserprofilebe.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/extensions/source/config/ldap/ldapuserprofilebe.cxx b/extensions/source/config/ldap/ldapuserprofilebe.cxx
index 874009b1c593..edde53a38d44 100644
--- a/extensions/source/config/ldap/ldapuserprofilebe.cxx
+++ b/extensions/source/config/ldap/ldapuserprofilebe.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ldapuserprofilebe.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 12:57:51 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 14:41:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -406,7 +406,7 @@ bool LdapUserProfileBe::getLdapStringParam(
}
//------------------------------------------------------------------------------
uno::Reference<backend::XLayer> SAL_CALL LdapUserProfileBe::getLayer(
- const rtl::OUString& aComponent, const rtl::OUString& aTimestamp)
+ const rtl::OUString& /*aComponent*/, const rtl::OUString& /*aTimestamp*/)
throw (backend::BackendAccessException, lang::IllegalArgumentException,uno::RuntimeException)
{
OSL_PRECOND(mLdapSource->mConnection.isConnected(), "LdapUserProfileBackend invoked without a connection");
@@ -425,7 +425,7 @@ uno::Reference<backend::XLayer> SAL_CALL LdapUserProfileBe::getLayer(
//------------------------------------------------------------------------------
uno::Reference<backend::XUpdatableLayer> SAL_CALL
-LdapUserProfileBe::getUpdatableLayer(const rtl::OUString& aComponent)
+LdapUserProfileBe::getUpdatableLayer(const rtl::OUString& /*aComponent*/)
throw (backend::BackendAccessException,lang::NoSupportException,
lang::IllegalArgumentException,uno::RuntimeException)
{
@@ -433,8 +433,6 @@ LdapUserProfileBe::getUpdatableLayer(const rtl::OUString& aComponent)
rtl::OUString::createFromAscii(
"LdapUserProfileBe: No Update Operation allowed, Read Only access"),
*this) ;
-
- return NULL;
}
//------------------------------------------------------------------------------
rtl::OUString SAL_CALL LdapUserProfileBe::getLdapUserProfileBeName(void) {