summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/auth/XSSOManagerFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/auth/XSSOManagerFactory.idl')
-rw-r--r--offapi/com/sun/star/auth/XSSOManagerFactory.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/auth/XSSOManagerFactory.idl b/offapi/com/sun/star/auth/XSSOManagerFactory.idl
index 40f1aade210f..c66edbd3c0ee 100644
--- a/offapi/com/sun/star/auth/XSSOManagerFactory.idl
+++ b/offapi/com/sun/star/auth/XSSOManagerFactory.idl
@@ -33,11 +33,11 @@ module com { module sun { module star { module auth {
published interface XSSOManagerFactory : ::com::sun::star::uno::XInterface
{
- /** provides a <type>XSSOManager</type> to be used in subsequent security
+ /** provides a XSSOManager to be used in subsequent security
context creation.
@returns
- the relevant <type>XSSOManager</type> instance
+ the relevant XSSOManager instance
*/
XSSOManager getSSOManager();
};