summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/WebDAVFolderContent.idl')
-rw-r--r--offapi/com/sun/star/ucb/WebDAVFolderContent.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/WebDAVFolderContent.idl b/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
index 02b2cd3d819d..0426737b3e4c 100644
--- a/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
+++ b/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
@@ -96,10 +96,10 @@ published service WebDAVFolderContent
boolean IsFolder ( read-only, always true )
</li>
<li>
- <type scope="com::sun::star::util">DateTime</type> DateCreated ( read-only )
+ com::sun::star::util::DateTime DateCreated ( read-only )
</li>
<li>
- <type scope="com::sun::star::util">DateTime</type> DateModified ( read-only )
+ com::sun::star::util::DateTime DateModified ( read-only )
</li>
<li>
string MediaType
@@ -177,7 +177,7 @@ published service WebDAVFolderContent
Let the new child ( not the parent! ) execute the command "insert".
This will commit the creation process and persist the newly created
content on the server. For documents, you need to supply the
- implementation of an <type scope="com::sun::star::io">XInputStream</type>
+ implementation of an com::sun::star::io::XInputStream
with the command's parameters, that provides access to the stream data.
</li>
</ol>