diff options
Diffstat (limited to 'udkapi/com/sun')
-rw-r--r-- | udkapi/com/sun/star/security/XPolicy.idl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/security/XPolicy.idl b/udkapi/com/sun/star/security/XPolicy.idl index 86b12e33a9b2..dc8333296112 100644 --- a/udkapi/com/sun/star/security/XPolicy.idl +++ b/udkapi/com/sun/star/security/XPolicy.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPolicy.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2003-04-17 09:34:07 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:31:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,7 +60,6 @@ ************************************************************************/ #ifndef __com_sun_star_security_XPolicy_idl__ #define __com_sun_star_security_XPolicy_idl__ - #ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> #endif @@ -75,7 +74,7 @@ module com { module sun { module star { module security { @since #107627# */ -interface XPolicy : com::sun::star::uno::XInterface +published interface XPolicy : com::sun::star::uno::XInterface { /** Gets the permissions of the specified user excluding the default permissions granted to all users. |