[Libreoffice-commits] core.git: xmlsecurity/source
Tor Lillqvist
tml at collabora.com
Thu May 19 19:02:51 UTC 2016
xmlsecurity/source/dialogs/certificatechooser.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3009c97aa31bad369a9de14e7d0352dff0d7bd79
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu May 19 21:55:23 2016 +0300
loplugin:stringconstant
Change-Id: I30520ef862d5c925d1f5c236fb37aa719005bb49
diff --git a/xmlsecurity/source/dialogs/certificatechooser.cxx b/xmlsecurity/source/dialogs/certificatechooser.cxx
index 6b25344..70fe823 100644
--- a/xmlsecurity/source/dialogs/certificatechooser.cxx
+++ b/xmlsecurity/source/dialogs/certificatechooser.cxx
@@ -148,7 +148,7 @@ OUString CertificateChooser::UsageInClearText(int bits)
{
if (!result.isEmpty())
result += ", ";
- result += OUString("0x") + OUString::number(bits, 16);
+ result += "0x" + OUString::number(bits, 16);
}
return result;
More information about the Libreoffice-commits
mailing list