diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:33:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:33:08 +0000 |
commit | f97038dcd0c357c2fbdfaa099fc68ea855ac006a (patch) | |
tree | 36d445350120000e475a012e75defd077a08a624 | |
parent | 83cd9740f05c5f3403ddd70d215d37e8e1e0a53a (diff) |
INTEGRATION: CWS sdk01 (1.2.30); FILE MERGED
2003/04/07 09:03:13 mi 1.2.30.1: #107627# new idls marked with @since
-rw-r--r-- | udkapi/com/sun/star/security/Policy.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/security/Policy.idl b/udkapi/com/sun/star/security/Policy.idl index d65a31b57d02..d27d243daee4 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:36:54 $ + * last change: $Author: rt $ $Date: 2003-04-17 09:33:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,6 +70,8 @@ module com { module sun { module star { module security { /** Service for getting sets of permissions reading from some persistent storage. + + @since #107627# */ service Policy { |