summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/LabelFollow.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/LabelFollow.idl')
-rw-r--r--offapi/com/sun/star/text/LabelFollow.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/LabelFollow.idl b/offapi/com/sun/star/text/LabelFollow.idl
index 538743bee5d4..c27acbcc6a7e 100644
--- a/offapi/com/sun/star/text/LabelFollow.idl
+++ b/offapi/com/sun/star/text/LabelFollow.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_text_LabelFollow_idl__
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** These enumeration values specify character following the list label
@@ -32,26 +30,22 @@
*/
published constants LabelFollow
{
- //-------------------------------------------------------------------------
/** list tab stop
*/
const short LISTTAB = 0;
- //-------------------------------------------------------------------------
/** space
*/
const short SPACE = 1;
- //-------------------------------------------------------------------------
/** nothing
*/
const short NOTHING = 2;
};
-//=============================================================================
}; }; }; };