summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucb/source/ucp/cmis/cmis_content.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/cmis/cmis_content.cxx b/ucb/source/ucp/cmis/cmis_content.cxx
index 56853fd43d94..52edb6cea7c0 100644
--- a/ucb/source/ucp/cmis/cmis_content.cxx
+++ b/ucb/source/ucp/cmis/cmis_content.cxx
@@ -361,7 +361,7 @@ namespace cmis
libcmis::SessionFactory::setCertificateValidationHandler( certHandler );
// Get the auth credentials
- AuthProvider authProvider( xEnv, m_xIdentifier->getContentIdentifier( ), m_aURL.getBindingUrl( ) );
+ AuthProvider aAuthProvider(xEnv, m_xIdentifier->getContentIdentifier(), m_aURL.getBindingUrl());
AuthProvider::setXEnv( xEnv );
string rUsername = OUSTR_TO_STDSTR( m_aURL.getUsername( ) );
@@ -371,13 +371,13 @@ namespace cmis
while ( !bIsDone )
{
- if ( authProvider.authenticationQuery( rUsername, rPassword ) )
+ if (aAuthProvider.authenticationQuery(rUsername, rPassword))
{
// Initiate a CMIS session and register it as we found nothing
libcmis::OAuth2DataPtr oauth2Data;
if ( m_aURL.getBindingUrl( ) == GDRIVE_BASE_URL )
{
- libcmis::SessionFactory::setOAuth2AuthCodeProvider( authProvider.gdriveAuthCodeFallback );
+ libcmis::SessionFactory::setOAuth2AuthCodeProvider(aAuthProvider.gdriveAuthCodeFallback);
oauth2Data.reset( new libcmis::OAuth2Data(
GDRIVE_AUTH_URL, GDRIVE_TOKEN_URL,
GDRIVE_SCOPE, GDRIVE_REDIRECT_URI,
@@ -390,7 +390,7 @@ namespace cmis
ALFRESCO_CLOUD_CLIENT_ID, ALFRESCO_CLOUD_CLIENT_SECRET ) );
if ( m_aURL.getBindingUrl( ) == ONEDRIVE_BASE_URL )
{
- libcmis::SessionFactory::setOAuth2AuthCodeProvider( authProvider.onedriveAuthCodeFallback );
+ libcmis::SessionFactory::setOAuth2AuthCodeProvider(aAuthProvider.onedriveAuthCodeFallback);
oauth2Data.reset( new libcmis::OAuth2Data(
ONEDRIVE_AUTH_URL, ONEDRIVE_TOKEN_URL,
ONEDRIVE_SCOPE, ONEDRIVE_REDIRECT_URI,
p-6.2&id=32d8a32dcf85e2cee589ee19bc72b4abf73f9681'>move cairo surface code from canvas to BitmapToolsNoel Grandin 2018-02-14use RawBitmap in PSDReaderNoel Grandin 2018-02-14use Color, not BitmapColor in RawBitmapNoel Grandin 2018-02-13use RawBitmap and BitmapEx in DffPropertyReaderNoel Grandin 2018-02-12fix pixel address calculation in RawBitmapNoel Grandin 2018-02-10use RawBitmap and BitmapEx in icgm filterNoel Grandin 2018-02-07move Bitmap::SetToData to BitmapToolsNoel Grandin 2017-11-29loplugin:countusersofdefaultparams in include/oox..vclNoel Grandin 2017-04-27loadFromResource is now unusedCaolán McNamara 2016-12-19vcl: separate ImplImageTree - ImageTree singleton and public ifaceTomaž Vajngerl 2016-12-09split markers for galaxy theme, when scaling use splitted markersTomaž Vajngerl 2016-10-29vcl: add bitmap::loadFromResource with additional flagsTomaž Vajngerl 2016-10-29tdf#51733 support SVG icon theme, disk cache and scaling / darkenTomaž Vajngerl 2016-02-26loplugin:unuseddefaultparms in include/vcl (part2)Noel Grandin 2015-11-08support to load SVG images when loading from Image resourceTomaž Vajngerl