diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-13 09:21:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-06-13 10:25:40 +0200 |
commit | 9f4e283fc8af97c4599e21006ad73b73fc141f81 (patch) | |
tree | 1fac92c1ca7056daf09e81c4174f8371d116fa55 /xmlsecurity/source/helper/documentsignaturehelper.cxx | |
parent | 194cea28985867957783965bc19a31513b1d603e (diff) |
loplugin:sallogareas
Change-Id: I6ce045db236b81aa8bc7bce2a0e20c4132c5931f
Diffstat (limited to 'xmlsecurity/source/helper/documentsignaturehelper.cxx')
-rw-r--r-- | xmlsecurity/source/helper/documentsignaturehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/documentsignaturehelper.cxx b/xmlsecurity/source/helper/documentsignaturehelper.cxx index 7886153574ed..365f690edb7e 100644 --- a/xmlsecurity/source/helper/documentsignaturehelper.cxx +++ b/xmlsecurity/source/helper/documentsignaturehelper.cxx @@ -383,7 +383,7 @@ SignatureStreamHelper DocumentSignatureHelper::OpenSignatureStream( catch(css::io::IOException& ) { // Doesn't have to exist... - SAL_WARN_IF( nOpenMode != css::embed::ElementModes::READ, "xmlsecurity", "Error creating signature stream..." ); + SAL_WARN_IF( nOpenMode != css::embed::ElementModes::READ, "xmlsecurity.helper", "Error creating signature stream..." ); } } else if(xNameAccess->hasByName("[Content_Types].xml")) |