summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/ucb/FileContent.idl25
1 files changed, 20 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/FileContent.idl b/offapi/com/sun/star/ucb/FileContent.idl
index a8e5c09acba1..717fd35e5af6 100644
--- a/offapi/com/sun/star/ucb/FileContent.idl
+++ b/offapi/com/sun/star/ucb/FileContent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FileContent.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kso $ $Date: 2001-04-27 11:07:43 $
+ * last change: $Author: abi $ $Date: 2002-04-26 13:29:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -213,9 +213,6 @@ service FileContent
<true/> for directories )
</li>
<li>
- <type scope="com::sun::star::util">DateTime</type> DateCreated ( read-only )
- </li>
- <li>
<type scope="com::sun::star::util">DateTime</type> DateModified ( read-only )
</li>
<li>
@@ -227,6 +224,24 @@ service FileContent
<li>
string Title ( file name )
</li>
+ <li>
+ boolean IsVolume ( read-only )
+ </li>
+ <li>
+ boolean IsRemoveable ( read-only )
+ </li>
+ <li>
+ boolean IsRemote ( read-only )
+ </li>
+ <li>
+ boolean IsCompactDisc ( read-only )
+ </li>
+ <li>
+ boolean IsFloppy ( read-only )
+ </li>
+ <li>
+ boolean IsHidden ( read-only )
+ </li>
</ul>
</p>