diff options
author | Wastack <btomi96@gmail.com> | 2016-03-11 00:43:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-11 08:54:33 +0000 |
commit | 7a0b8decb7d81fefced39ee04368dd0112e8ac28 (patch) | |
tree | 6ee2eb9a840abf90c1150e473db6d99d75d18c04 /xmlsecurity | |
parent | b91fb8465cdaaff077b9f5c2a73cfc873350126f (diff) |
tdf#97966: Remove 'static' keywords
Change-Id: Id70f9e55fb4ad7d3a501399b055208ea10369c82
Reviewed-on: https://gerrit.libreoffice.org/23131
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx index 1815770ad77a..50dcade130ee 100644 --- a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx +++ b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx @@ -64,7 +64,7 @@ sal_Bool SAL_CALL SanExtensionImpl::isCritical() throw( ::com::sun::star::uno::R namespace { // Helper functions from nss/lib/certdb/genname.c - static int GetNamesLength(CERTGeneralName *names) + int GetNamesLength(CERTGeneralName *names) { int length = 0; CERTGeneralName *first; |