diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-07 14:16:06 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-04-09 06:44:49 +0000 |
commit | 4cca0169aad7297763beaaabf9e356a40725312d (patch) | |
tree | e550df8cc02acbbb208fbecac3167f62dc1520af /xmlsecurity/source/helper/xsecctl.hxx | |
parent | cfab2fd725276e99fb6fa8b619ca5b2ac3bd025a (diff) |
loplugin:staticmethods
Change-Id: I2177e424d54dc2b5e26b7bbfe073b524e9cc5bab
Reviewed-on: https://gerrit.libreoffice.org/15187
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmlsecurity/source/helper/xsecctl.hxx')
-rw-r--r-- | xmlsecurity/source/helper/xsecctl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/helper/xsecctl.hxx b/xmlsecurity/source/helper/xsecctl.hxx index 6c6e4b143e8c..348d2d559523 100644 --- a/xmlsecurity/source/helper/xsecctl.hxx +++ b/xmlsecurity/source/helper/xsecctl.hxx @@ -358,7 +358,7 @@ private: /* * For signature generation */ - OUString createId(); + static OUString createId(); com::sun::star::uno::Reference< com::sun::star::xml::crypto::sax::XReferenceResolvedListener > prepareSignatureToWrite( InternalSignatureInformation& signatureInfo ); @@ -413,7 +413,7 @@ public: SignatureInformation getSignatureInformation( sal_Int32 nSecurityId ) const; SignatureInformations getSignatureInformations() const; - void exportSignature( + static void exportSignature( const com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler >& xDocumentHandler, const SignatureInformation& signatureInfo ); |