Kaydet (Commit) 0207ef89 authored tarafından Szymon Kłos's avatar Szymon Kłos

If user cancels authorization, don't show login dialog again

Change-Id: I4b110c041f1b8908fdfeeec3b4544f8607f23ddb
üst bfbfdc95
...@@ -377,6 +377,11 @@ namespace cmis ...@@ -377,6 +377,11 @@ namespace cmis
else else
{ {
// Silently fail as the user cancelled the authentication // Silently fail as the user cancelled the authentication
ucbhelper::cancelCommandExecution(
ucb::IOErrorCode_ABORT,
uno::Sequence< uno::Any >( 0 ),
xEnv,
OUString( ) );
throw uno::RuntimeException( ); throw uno::RuntimeException( );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment