[Libreoffice-commits] core.git: Branch 'feature/gsoc14-libcmis2' - 2 commits - config_host/config_oauth2.h.in uui/source
Mihai Varga
mihai.mv13 at gmail.com
Sun Dec 14 03:17:52 PST 2014
config_host/config_oauth2.h.in | 2 +-
uui/source/iahndl-authentication.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 519ed4aca7e985511ee8cdd56293c350549485dc
Author: Mihai Varga <mihai.mv13 at gmail.com>
Date: Sun Dec 14 12:17:04 2014 +0100
Fixed OneDrive scope to enable content access
Change-Id: I1956db7dc46e710c1fb44281afaeef6843303944
diff --git a/config_host/config_oauth2.h.in b/config_host/config_oauth2.h.in
index 72c19a8..f3616ee 100644
--- a/config_host/config_oauth2.h.in
+++ b/config_host/config_oauth2.h.in
@@ -41,7 +41,7 @@
#define ONEDRIVE_AUTH_URL "https://login.live.com/oauth20_authorize.srf"
#define ONEDRIVE_TOKEN_URL "https://login.live.com/oauth20_token.srf"
#define ONEDRIVE_REDIRECT_URI "https://login.live.com/oauth20_desktop.srf"
-#define ONEDRIVE_SCOPE "wl.offline_access"
+#define ONEDRIVE_SCOPE "wl.skydrive_update wl.offline_access"
#endif
commit e21d2326bf479d780cdba7ceb0e4624f658a0089
Author: Mihai Varga <mihai.mv13 at gmail.com>
Date: Sun Dec 14 12:11:29 2014 +0100
Added namespace for vcl::Window
Change-Id: I74b740a3f362d828a0f0e3c655726f2656e7eb1d
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx
index b2876c4..47c59b4 100644
--- a/uui/source/iahndl-authentication.cxx
+++ b/uui/source/iahndl-authentication.cxx
@@ -751,7 +751,7 @@ UUIInteractionHelper::handleAuthFallbackRequest( OUString & instructions,
OUString & url,
uno::Sequence< uno::Reference< task::XInteractionContinuation > > const & rContinuations )
{
- Window * pParent = getParentProperty( );
+ vcl::Window * pParent = getParentProperty( );
AuthFallbackDlg *dlg = new AuthFallbackDlg( pParent, instructions, url );
int retCode = dlg->Execute( );
uno::Reference< task::XInteractionAbort > xAbort;
More information about the Libreoffice-commits
mailing list