diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:30:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:30:43 +0000 |
commit | 36371f0130957e12636d40c20e1f48b3d676f71f (patch) | |
tree | e0661f9ae23b1fe25d7e2da222fb316ea0a3a812 /udkapi | |
parent | 9ea5364e601fe6bec2f1d8f12ae3fa14ce8b3a14 (diff) |
INTEGRATION: CWS sb18 (1.14.92); FILE MERGED
2004/05/21 15:10:25 sb 1.14.92.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/security/XAccessController.idl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/security/XAccessController.idl b/udkapi/com/sun/star/security/XAccessController.idl index da6de44db39d..17983ae2a936 100644 --- a/udkapi/com/sun/star/security/XAccessController.idl +++ b/udkapi/com/sun/star/security/XAccessController.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAccessController.idl,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2003-04-17 09:33:42 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:30:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,6 @@ #ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> #endif - #ifndef __com_sun_star_security_XAccessControlContext_idl__ #include <com/sun/star/security/XAccessControlContext.idl> #endif @@ -89,7 +88,7 @@ module com { module sun { module star { module security { @since #107627# */ -interface XAccessController : com::sun::star::uno::XInterface +published interface XAccessController : com::sun::star::uno::XInterface { /** Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy |