summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/config/ldap/ldapaccess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/config/ldap/ldapaccess.cxx b/extensions/source/config/ldap/ldapaccess.cxx
index 0e25c62d8b2f..77d6901ddccd 100644
--- a/extensions/source/config/ldap/ldapaccess.cxx
+++ b/extensions/source/config/ldap/ldapaccess.cxx
@@ -88,7 +88,7 @@ static void checkLdapReturnCode(const sal_Char *aOperation,
// This call is thus disabled for the moment.
//ldap_memfree(stub) ;
}
- else { message.appendAscii("No additional information") ; }
+ else { message.append("No additional information") ; }
message.append(")") ;
throw ldap::LdapGenericException(message.makeStringAndClear(),
NULL, aRetCode) ;
s='decoration'>Andras Timar 2016-11-07fix description of 'ooofonts' packageAndras Timar 2016-10-16clang-cl loplugin: setup_nativeStephan Bergmann 2016-10-13LoadLibraryEx returns null on errorStephan Bergmann 2016-10-02cppcheck invalidPrintfArgTypeJochen Nitschke 2016-09-21tdf#92266 better language selection in Windows installerAndras Timar 2016-09-21fix en-US language selection logicAndras Timar 2016-09-13chmod 644 some source filesStephan Bergmann 2016-09-08Remove obsolete OxygenOffice bitsGabor Kelemen