diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:29:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:29:05 +0000 |
commit | 5ba4e8cdaee33c70ed9b02bbf9887996892f0307 (patch) | |
tree | 4d61d238bd3d26d01a340ed4528ddc866784c600 /udkapi | |
parent | ae277cbd8382fe4691c8918ebefb3cebd2e97247 (diff) |
INTEGRATION: CWS sdk01 (1.3.28); FILE MERGED
2003/04/07 09:02:50 mi 1.3.28.1: #107627# new idls marked with @since
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/io/FilePermission.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/io/FilePermission.idl b/udkapi/com/sun/star/io/FilePermission.idl index 051875ce9157..c280624ee162 100644 --- a/udkapi/com/sun/star/io/FilePermission.idl +++ b/udkapi/com/sun/star/io/FilePermission.idl @@ -2,9 +2,9 @@ * * $RCSfile: FilePermission.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:35:17 $ + * last change: $Author: rt $ $Date: 2003-04-17 09:29:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,6 +99,8 @@ module com { module sun { module star { module io { granting read and especially write access to various files and directories. The <code>"<<ALL FILES>>"</code> permission with write action is especially dangerous. This grants permission to write to the entire file system. + + @since #107627# */ struct FilePermission { |