diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2002-03-20 13:20:50 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2002-03-20 13:20:50 +0000 |
commit | 85e978bdc96502221553c0157b878ab1ae04faff (patch) | |
tree | a5f54aae95bc48e78f67e6b0bc734ef652845688 /udkapi | |
parent | cae27ca4d6bd14c5f5441d06c21eb43c2a3a0c4f (diff) |
#88919# corrected docu tag
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/io/FilePermission.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/io/FilePermission.idl b/udkapi/com/sun/star/io/FilePermission.idl index 5755b3462922..cfd80d5bd18f 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.1 $ + * $Revision: 1.2 $ * - * last change: $Author: dbo $ $Date: 2002-01-10 13:35:01 $ + * last change: $Author: dbo $ $Date: 2002-03-20 14:20:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,7 @@ module com { module sun { module star { module io { <li>write -- write permission</li> <li>execute -- execute permission</li> <li>delete -- delete permission</li> - <ul> + </ul> The actions string is converted to lowercase before processing. </p> |