diff options
author | sb <sb@openoffice.org> | 2009-10-08 16:33:02 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2009-10-08 16:33:02 +0200 |
commit | 0516edd8931507e2cb2cb6a805cb4314ad3e0adf (patch) | |
tree | f2248870ec02feed24c2d89292d77da731bc0dc3 /extensions/source/config | |
parent | 6c1c735ed9ac838b41648f12da2bced3864362eb (diff) |
#i101955# removed unused method (warned about by GCC)
Diffstat (limited to 'extensions/source/config')
-rw-r--r-- | extensions/source/config/ldap/ldapuserprofilebe.cxx | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/extensions/source/config/ldap/ldapuserprofilebe.cxx b/extensions/source/config/ldap/ldapuserprofilebe.cxx index 2067f108a90a..2ae7cd485a7d 100644 --- a/extensions/source/config/ldap/ldapuserprofilebe.cxx +++ b/extensions/source/config/ldap/ldapuserprofilebe.cxx @@ -49,30 +49,6 @@ //============================================================================== namespace extensions { namespace config { namespace ldap { - -static void checkIOError( - osl::File::RC aErrorCode, - const rtl::OUString& aFileUrl) -{ - switch (aErrorCode) - { - case osl::File::E_None: // got it - { - - } - break; - default: - { - rtl::OUStringBuffer sMsg; - sMsg.appendAscii("LdapUserProfileBe: Cannot Read Meta-Configuration file:"); - sMsg.append(aFileUrl); - throw css::uno::RuntimeException(sMsg.makeStringAndClear(), - NULL); - } - } -} - -//------------------------------------------------------------------------------ LdapUserProfileBe::LdapUserProfileBe( const uno::Reference<uno::XComponentContext>& xContext) : LdapProfileMutexHolder(), BackendBase(mMutex) |