From 9f4e283fc8af97c4599e21006ad73b73fc141f81 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 Jun 2016 09:21:03 +0200 Subject: loplugin:sallogareas Change-Id: I6ce045db236b81aa8bc7bce2a0e20c4132c5931f --- xmlsecurity/source/helper/xsecparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity/source/helper/xsecparser.cxx') diff --git a/xmlsecurity/source/helper/xsecparser.cxx b/xmlsecurity/source/helper/xsecparser.cxx index f823a7ec4e39..ac3eddfedeed 100644 --- a/xmlsecurity/source/helper/xsecparser.cxx +++ b/xmlsecurity/source/helper/xsecparser.cxx @@ -107,7 +107,7 @@ void SAL_CALL XSecParser::startElement( else if ( aName == TAG_REFERENCE ) { OUString ouUri = xAttribs->getValueByName(ATTR_URI); - SAL_WARN_IF( ouUri == nullptr, "xmlsecurity", "URI == NULL" ); + SAL_WARN_IF( ouUri == nullptr, "xmlsecurity.helper", "URI == NULL" ); if (ouUri.startsWith(CHAR_FRAGMENT)) { -- cgit