summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextGridMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/TextGridMode.idl')
-rw-r--r--offapi/com/sun/star/text/TextGridMode.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/TextGridMode.idl b/offapi/com/sun/star/text/TextGridMode.idl
index dba485aa7f16..b73c65b366e0 100644
--- a/offapi/com/sun/star/text/TextGridMode.idl
+++ b/offapi/com/sun/star/text/TextGridMode.idl
@@ -20,34 +20,28 @@
#define __com_sun_star_text_TextGridMode_idl__
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** this set of constants describes different modes for text grids
*/
published constants TextGridMode
{
- //-------------------------------------------------------------------------
/** no text grid */
const short NONE = 0;
- //-------------------------------------------------------------------------
/** line positions will be determined by the grid */
const short LINES = 1;
- //-------------------------------------------------------------------------
/** character and line positions will be determined by the grid */
const short LINES_AND_CHARS = 2;
};
-//=============================================================================
}; }; }; };