summaryrefslogtreecommitdiff
path: root/include/ucbhelper/simplecertificatevalidationrequest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/simplecertificatevalidationrequest.hxx')
-rw-r--r--include/ucbhelper/simplecertificatevalidationrequest.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/simplecertificatevalidationrequest.hxx b/include/ucbhelper/simplecertificatevalidationrequest.hxx
index c78115e0a31d..e59f9da8aec2 100644
--- a/include/ucbhelper/simplecertificatevalidationrequest.hxx
+++ b/include/ucbhelper/simplecertificatevalidationrequest.hxx
@@ -51,7 +51,7 @@ public:
* @param lCertificateValidity contains a bitmask which validation error occur.
* @param pCertificate contains the server certificate.
*/
- SimpleCertificateValidationRequest( const sal_Int32 & lCertificateValidity,
+ SimpleCertificateValidationRequest( sal_Int32 lCertificateValidity,
const css::uno::Reference<css::security::XCertificate>& certificate,
const OUString & hostname );
};