From 9ea5364e601fe6bec2f1d8f12ae3fa14ce8b3a14 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 3 Jun 2004 15:30:30 +0000 Subject: INTEGRATION: CWS sb18 (1.11.92); FILE MERGED 2004/05/21 15:10:25 sb 1.11.92.1: #i21150# Added published flag. --- udkapi/com/sun/star/security/XAccessControlContext.idl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'udkapi/com/sun/star/security') 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 #endif - #ifndef __com_sun_star_security_AccessControlException_idl__ #include #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. -- cgit