diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-09-09 16:02:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-09-09 16:02:33 +0000 |
commit | 1b3b7388d64649d20b9ddca8c22bbe806c21ac98 (patch) | |
tree | f532b3dd6dcb4c2e54c7437b47601e95c4300337 /udkapi/com/sun/star/security | |
parent | 56fe715bf2cc1cea7c34718d1af0bf21366634b3 (diff) |
INTEGRATION: CWS toolbars2 (1.6.24); FILE MERGED
2004/08/19 12:31:52 mi 1.6.24.1: #i33199# @since with version number instead of issue id
Diffstat (limited to 'udkapi/com/sun/star/security')
-rw-r--r-- | udkapi/com/sun/star/security/Policy.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/security/RuntimePermission.idl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/security/Policy.idl b/udkapi/com/sun/star/security/Policy.idl index e55179b18e88..97b20ae242ee 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-06-03 16:29:58 $ + * last change: $Author: obo $ $Date: 2004-09-09 17:02:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,7 @@ module com { module sun { module star { module security { /** Service for getting sets of permissions reading from some persistent storage. - @since #107627# + @since OOo1.1.2 */ published service Policy { diff --git a/udkapi/com/sun/star/security/RuntimePermission.idl b/udkapi/com/sun/star/security/RuntimePermission.idl index 5b8031e933a5..656e17b94510 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-06-03 16:30:13 $ + * last change: $Author: obo $ $Date: 2004-09-09 17:02:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,7 @@ module com { module sun { module star { module security { A RuntimePermission contains a name (also referred to as a "target name") but no actions list; you either have the named permission or you don't. - @since #107627# + @since OOo1.1.2 */ published struct RuntimePermission { |