diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:31:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:31:12 +0000 |
commit | 639702c8e48b84c0fbe2b45942745a87df10bb62 (patch) | |
tree | 5d68877c429289c6e75a40c2dd543be19a71af45 /udkapi/com/sun/star/security | |
parent | 703f327cb75631a4e0069a345e9e9b91cc88b1a4 (diff) |
INTEGRATION: CWS sb18 (1.6.92); FILE MERGED
2004/05/21 15:10:26 sb 1.6.92.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/security')
-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. |