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.m...@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.m...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to