summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/FolderListCommand.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/FolderListCommand.idl')
-rw-r--r--offapi/com/sun/star/ucb/FolderListCommand.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/FolderListCommand.idl b/offapi/com/sun/star/ucb/FolderListCommand.idl
index c5126b51e8a8..cc5674a56579 100644
--- a/offapi/com/sun/star/ucb/FolderListCommand.idl
+++ b/offapi/com/sun/star/ucb/FolderListCommand.idl
@@ -20,34 +20,28 @@
#define __com_sun_star_ucb_FolderListCommand_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** The various commands to process on a list of folders.
@see FolderList
*/
published enum FolderListCommand
{
- //-------------------------------------------------------------------------
/** Get a list of all folders.
*/
GET,
- //-------------------------------------------------------------------------
/** Get a list of subscribed folders.
*/
GET_SUBSCRIBED,
- //-------------------------------------------------------------------------
/** Set a list of folders.
*/
SET
};
-//=============================================================================
}; }; }; };