summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/Priority.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/Priority.idl')
-rw-r--r--offapi/com/sun/star/ucb/Priority.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/ucb/Priority.idl b/offapi/com/sun/star/ucb/Priority.idl
index 80c9e4eccc46..bfa9692722e2 100644
--- a/offapi/com/sun/star/ucb/Priority.idl
+++ b/offapi/com/sun/star/ucb/Priority.idl
@@ -29,11 +29,9 @@
#define __com_sun_star_ucb_Priority_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** These are the possible values for the property "Priority".
@see XCommandProcessor
@@ -41,34 +39,28 @@ module com { module sun { module star { module ucb {
*/
published enum Priority
{
- //-------------------------------------------------------------------------
/** Highest priority.
*/
HIGHEST,
- //-------------------------------------------------------------------------
/** High priority.
*/
HIGH,
- //-------------------------------------------------------------------------
/** Normal priority.
*/
NORMAL,
- //-------------------------------------------------------------------------
/** Low priority.
*/
LOW,
- //-------------------------------------------------------------------------
/** Lowest priority.
*/
LOWEST
};
-//=============================================================================
}; }; }; };