summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/FolderList.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/FolderList.idl')
-rw-r--r--offapi/com/sun/star/ucb/FolderList.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/FolderList.idl b/offapi/com/sun/star/ucb/FolderList.idl
index 9148080775cf..a9275f3e60b1 100644
--- a/offapi/com/sun/star/ucb/FolderList.idl
+++ b/offapi/com/sun/star/ucb/FolderList.idl
@@ -23,28 +23,23 @@
#include <com/sun/star/ucb/FolderListEntry.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** A list of folders.
*/
published struct FolderList
{
- //-------------------------------------------------------------------------
/** The command to process on this list of folders.
*/
FolderListCommand Command;
- //-------------------------------------------------------------------------
/** The list of folders (only used in conjunction with
<member>FolderListCommand::SET</member>).
*/
sequence<FolderListEntry> List;
};
-//=============================================================================
}; }; }; };