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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/simplecertificatevalidationrequest.hxx b/include/ucbhelper/simplecertificatevalidationrequest.hxx
index 3117826e6191..c78115e0a31d 100644
--- a/include/ucbhelper/simplecertificatevalidationrequest.hxx
+++ b/include/ucbhelper/simplecertificatevalidationrequest.hxx
@@ -38,7 +38,7 @@ namespace ucbhelper {
*
* Read-write values: certificateValidity, certificate
*
- * @see com::sun::star::ucb::CertificateValidationRequest
+ * @see css::ucb::CertificateValidationRequest
* @see InteractionApproved
* @see InteractionRetry
*/
@@ -52,7 +52,7 @@ public:
* @param pCertificate contains the server certificate.
*/
SimpleCertificateValidationRequest( const sal_Int32 & lCertificateValidity,
- const com::sun::star::uno::Reference<com::sun::star::security::XCertificate>& certificate,
+ const css::uno::Reference<css::security::XCertificate>& certificate,
const OUString & hostname );
};