diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-12 09:27:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-12 09:27:35 +0200 |
commit | 257bbb558a413da14ac20decf71ef34295bd6e57 (patch) | |
tree | 073e4bb1d83d66fcf5b5fb803417fbb56e4657cb /extensions | |
parent | b6273d930e70225c6671b3ecadac93be8b5e13d8 (diff) |
loplugin:stringconstant
Change-Id: I83078723ffc40bf16632df87da24ad2289867ed4
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/config/ldap/ldapaccess.cxx | 2 |
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) ; |