summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/auth/XSSOAcceptorContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/auth/XSSOAcceptorContext.idl')
-rw-r--r--offapi/com/sun/star/auth/XSSOAcceptorContext.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/auth/XSSOAcceptorContext.idl b/offapi/com/sun/star/auth/XSSOAcceptorContext.idl
index e343719a488f..d43e21bfc702 100644
--- a/offapi/com/sun/star/auth/XSSOAcceptorContext.idl
+++ b/offapi/com/sun/star/auth/XSSOAcceptorContext.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -51,8 +51,8 @@ published interface XSSOAcceptorContext : ::com::sun::star::auth::XSSOContext
/** accepts/authenticates an SSO token sent from the context initiator side.
<P>
accept() should be called only once. Subsequent calls produce
- undefined results.
-
+ undefined results.
+
@param Token
the SSO token sent by the initiator.
@@ -63,7 +63,7 @@ published interface XSSOAcceptorContext : ::com::sun::star::auth::XSSOContext
supported a zero length sequence is returned.
*/
- sequence< byte > accept( [in] sequence< byte > Token )
+ sequence< byte > accept( [in] sequence< byte > Token )
raises( InvalidArgumentException,
InvalidCredentialException,
InvalidContextException,