diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-09-01 09:05:00 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-09-01 10:33:33 +0200 |
commit | feb463e93f8c7beb0f6abb52812ac05c4f7724c2 (patch) | |
tree | 8f436cee3342ede0d787c5b3af2b7595bbad14f2 /xmlsecurity | |
parent | 4ee81b9db3df0c36617fd7d76a9a883c8b6eb764 (diff) |
xmlsecurity: fix inconsistent param naming in interface/implementation
Don't talk about enumeration when it's a number.
Change-Id: I756063534b38478c382eaf72829091a4e27a6c4f
Reviewed-on: https://gerrit.libreoffice.org/41779
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/inc/documentsignaturemanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/documentsignaturemanager.hxx b/xmlsecurity/inc/documentsignaturemanager.hxx index 0ea708c5d241..146943812eb0 100644 --- a/xmlsecurity/inc/documentsignaturemanager.hxx +++ b/xmlsecurity/inc/documentsignaturemanager.hxx @@ -59,7 +59,7 @@ public: * differently when they are signed (c14n transformation) */ bool isXML(const OUString& rURI); - SignatureStreamHelper ImplOpenSignatureStream(sal_Int32 eStreamMode, bool bTempStream); + SignatureStreamHelper ImplOpenSignatureStream(sal_Int32 nStreamOpenMode, bool bTempStream); /// Add a new signature, using xCert as a signing certificate, and rDescription as description. bool add(const css::uno::Reference<css::security::XCertificate>& xCert, const css::uno::Reference<css::xml::crypto::XXMLSecurityContext>& xSecurityContext, |