diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:38:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:38:51 +0100 |
commit | a32c0f4a1e32273bd9e443f76260381246dbe808 (patch) | |
tree | 0ae86776acee74a71b19bf8439fdfde929346c18 /xmlsecurity | |
parent | b6988293c1c27dae8524ee0095d5e4c22ca62553 (diff) |
New loplugin:externvar: xmlsecurity
Change-Id: I25ee9a65b481c63ab2629be54768793d254341b5
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/xmlstreamio.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/xmlstreamio.cxx b/xmlsecurity/source/xmlsec/xmlstreamio.cxx index 2d2bb236460b..cfebd125856d 100644 --- a/xmlsecurity/source/xmlsec/xmlstreamio.cxx +++ b/xmlsecurity/source/xmlsec/xmlstreamio.cxx @@ -37,7 +37,7 @@ */ static char enableXmlStreamIO = 0x00 ; -css::uno::Reference< css::xml::crypto::XUriBinding > m_xUriBinding ; +static css::uno::Reference< css::xml::crypto::XUriBinding > m_xUriBinding ; extern "C" int xmlStreamMatch( const char* uri ) |