From 1b3b7388d64649d20b9ddca8c22bbe806c21ac98 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 9 Sep 2004 16:02:33 +0000 Subject: 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 --- udkapi/com/sun/star/security/Policy.idl | 6 +++--- udkapi/com/sun/star/security/RuntimePermission.idl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'udkapi/com/sun/star/security') 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 { -- cgit