From fe6958654b76259eec7ec7f0b6d0a2a43d51b3ef Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 3 Jun 2004 15:30:13 +0000 Subject: INTEGRATION: CWS sb18 (1.5.92); FILE MERGED 2004/05/21 15:10:25 sb 1.5.92.1: #i21150# Added published flag. --- udkapi/com/sun/star/security/Policy.idl | 7 +++---- udkapi/com/sun/star/security/RuntimePermission.idl | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'udkapi') diff --git a/udkapi/com/sun/star/security/Policy.idl b/udkapi/com/sun/star/security/Policy.idl index d27d243daee4..e55179b18e88 100644 --- a/udkapi/com/sun/star/security/Policy.idl +++ b/udkapi/com/sun/star/security/Policy.idl @@ -2,9 +2,9 @@ * * $RCSfile: Policy.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2003-04-17 09:33:08 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:29:58 $ * * 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_Policy_idl__ #define __com_sun_star_security_Policy_idl__ - #ifndef __com_sun_star_security_XPolicy_idl__ #include #endif @@ -73,7 +72,7 @@ module com { module sun { module star { module security { @since #107627# */ -service Policy +published service Policy { interface XPolicy; }; diff --git a/udkapi/com/sun/star/security/RuntimePermission.idl b/udkapi/com/sun/star/security/RuntimePermission.idl index 6b52eee8db13..5b8031e933a5 100644 --- a/udkapi/com/sun/star/security/RuntimePermission.idl +++ b/udkapi/com/sun/star/security/RuntimePermission.idl @@ -2,9 +2,9 @@ * * $RCSfile: RuntimePermission.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2003-04-17 09:33:19 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:30:13 $ * * 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_RuntimePermission_idl__ #define __com_sun_star_security_RuntimePermission_idl__ - //============================================================================= module com { module sun { module star { module security { @@ -73,7 +72,7 @@ module com { module sun { module star { module security { @since #107627# */ -struct RuntimePermission +published struct RuntimePermission { /** name of permission */ -- cgit