diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:30:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:30:13 +0000 |
commit | fe6958654b76259eec7ec7f0b6d0a2a43d51b3ef (patch) | |
tree | 2c197527ae3253e88ba1d60e0e58eadd7795fdac /udkapi | |
parent | 6b55e05c2df2a1bf8a4ff07343aaf9e5d3153dbe (diff) |
INTEGRATION: CWS sb18 (1.5.92); FILE MERGED
2004/05/21 15:10:25 sb 1.5.92.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/security/Policy.idl | 7 | ||||
-rw-r--r-- | udkapi/com/sun/star/security/RuntimePermission.idl | 7 |
2 files changed, 6 insertions, 8 deletions
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 <com/sun/star/security/XPolicy.idl> #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 */ |