summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis/certvalidation_handler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/cmis/certvalidation_handler.hxx')
-rw-r--r--ucb/source/ucp/cmis/certvalidation_handler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/cmis/certvalidation_handler.hxx b/ucb/source/ucp/cmis/certvalidation_handler.hxx
index b501ecd54c37..e0e7ea3b7417 100644
--- a/ucb/source/ucp/cmis/certvalidation_handler.hxx
+++ b/ucb/source/ucp/cmis/certvalidation_handler.hxx
@@ -33,7 +33,7 @@ namespace cmis
const OUString& sHostname ):
m_xEnv( xEnv ), m_xContext( xContext ), m_sHostname( sHostname ) { }
- bool validateCertificate( std::vector< std::string > certificates ) SAL_OVERRIDE;
+ bool validateCertificate( std::vector< std::string > certificates ) override;
};
}