summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/FileContent.idl
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2002-04-26 12:29:34 +0000
committerAndreas Bille <abi@openoffice.org>2002-04-26 12:29:34 +0000
commit1bdd66b5f7d0c7e16f11b124d2a7252e521dc43a (patch)
treeed774ee1f5b3878486214eaba7f19d9db92451df /offapi/com/sun/star/ucb/FileContent.idl
parentcefe3ac6e01472fccbcc9cc803516473494512b8 (diff)
#95326# Added new properties and removed old properties.
Diffstat (limited to 'offapi/com/sun/star/ucb/FileContent.idl')
-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>