summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/source/helper/xsecparser.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-13 09:21:03 +0200
committerNoel Grandin <noel@peralex.com>2016-06-13 10:25:40 +0200
commit9f4e283fc8af97c4599e21006ad73b73fc141f81 (patch)
tree1fac92c1ca7056daf09e81c4174f8371d116fa55 /xmlsecurity/source/helper/xsecparser.cxx
parentcoverity#1362685 Uninitialized scalar variable (UNINIT) (diff)
downloadcore-9f4e283fc8af97c4599e21006ad73b73fc141f81.tar.gz
core-9f4e283fc8af97c4599e21006ad73b73fc141f81.zip
loplugin:sallogareas
Change-Id: I6ce045db236b81aa8bc7bce2a0e20c4132c5931f
Diffstat (limited to 'xmlsecurity/source/helper/xsecparser.cxx')
-rw-r--r--xmlsecurity/source/helper/xsecparser.cxx2
1 files changed, 1 insertions, 1 deletions
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))
{