diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:30:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:30:30 +0000 |
commit | 9ea5364e601fe6bec2f1d8f12ae3fa14ce8b3a14 (patch) | |
tree | 7e5046eca848b75fb5e69544b33fff55810df6c7 /udkapi/com/sun/star/security | |
parent | fe6958654b76259eec7ec7f0b6d0a2a43d51b3ef (diff) |
INTEGRATION: CWS sb18 (1.11.92); FILE MERGED
2004/05/21 15:10:25 sb 1.11.92.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/security')
-rw-r--r-- | udkapi/com/sun/star/security/XAccessControlContext.idl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/security/XAccessControlContext.idl b/udkapi/com/sun/star/security/XAccessControlContext.idl index e392c7ce4320..66498616a054 100644 --- a/udkapi/com/sun/star/security/XAccessControlContext.idl +++ b/udkapi/com/sun/star/security/XAccessControlContext.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAccessControlContext.idl,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2003-04-17 09:33:29 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:30:30 $ * * 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_AccessControlException_idl__ #include <com/sun/star/security/AccessControlException.idl> #endif @@ -89,7 +88,7 @@ module com { module sun { module star { module security { @since #107627# */ -interface XAccessControlContext : com::sun::star::uno::XInterface +published interface XAccessControlContext : com::sun::star::uno::XInterface { /** Determines whether the access request indicated by the specified permission should be allowed or denied, based on this context. |