summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/status/ItemState.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/status/ItemState.idl')
-rw-r--r--offapi/com/sun/star/frame/status/ItemState.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/frame/status/ItemState.idl b/offapi/com/sun/star/frame/status/ItemState.idl
index a4e4144cc892..b090e3742d9e 100644
--- a/offapi/com/sun/star/frame/status/ItemState.idl
+++ b/offapi/com/sun/star/frame/status/ItemState.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_frame_status_ItemState_idl__
-//=============================================================================
module com { module sun { module star { module frame { module status {
-//=============================================================================
/** these constants describe a state of a <type>ItemStatus</type>.
@@ -34,22 +32,18 @@ module com { module sun { module star { module frame { module status {
*/
constants ItemState
{
- //-------------------------------------------------------------------------
/** specifies an unknown state.
*/
const short unknown = 0;
- //-------------------------------------------------------------------------
/** specifies that the property is currently disabled.
*/
const short disabled = 1;
- //-------------------------------------------------------------------------
/** specifies that the property is currently read-only.
*/
const short read_only = 2;
- //-------------------------------------------------------------------------
/** specifies that the property is currently in a don't care state.
<p>
@@ -59,18 +53,15 @@ constants ItemState
*/
const short dont_care = 16;
- //-------------------------------------------------------------------------
/** specifies that the property is currently in a default state.
*/
const short default_value = 32;
- //-------------------------------------------------------------------------
/** specifies that the property is currently in a set state.
*/
const short set = 64;
};
-//=============================================================================
}; }; }; }; };