extensions/source/config/ldap/ldapaccess.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 257bbb558a413da14ac20decf71ef34295bd6e57 Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Oct 12 09:27:35 2015 +0200 loplugin:stringconstant Change-Id: I83078723ffc40bf16632df87da24ad2289867ed4 diff --git a/extensions/source/config/ldap/ldapaccess.cxx b/extensions/source/config/ldap/ldapaccess.cxx index 0e25c62..77d6901 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) ; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits