summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/cmis/auth_provider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/cmis/auth_provider.hxx')
-rw-r--r--ucb/source/ucp/cmis/auth_provider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/cmis/auth_provider.hxx b/ucb/source/ucp/cmis/auth_provider.hxx
index 9fbf59983630..fa50054241ad 100644
--- a/ucb/source/ucp/cmis/auth_provider.hxx
+++ b/ucb/source/ucp/cmis/auth_provider.hxx
@@ -29,7 +29,7 @@ namespace cmis
const OUString& sBindingUrl ):
m_xEnv( xEnv ), m_sUrl( sUrl ), m_sBindingUrl( sBindingUrl ) { }
- bool authenticationQuery( std::string& username, std::string& password ) SAL_OVERRIDE;
+ bool authenticationQuery( std::string& username, std::string& password ) override;
static char* onedriveAuthCodeFallback( const char* url,
const char* /*username*/,