[Libreoffice-commits] core.git: extensions/source

Stephan Bergmann sbergman at redhat.com
Mon Oct 12 00:28:01 PDT 2015


 extensions/source/config/ldap/ldapaccess.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 257bbb558a413da14ac20decf71ef34295bd6e57
Author: Stephan Bergmann <sbergman at 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) ;


More information about the Libreoffice-commits mailing list