From 7f33ed417b2e29e5470724ea76967f64699a2662 Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Mon, 17 Jan 2011 15:06:54 +0100 Subject: removetooltypes01: #i112600# Remove tools types from sw --- sw/inc/itabenum.hxx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'sw/inc/itabenum.hxx') diff --git a/sw/inc/itabenum.hxx b/sw/inc/itabenum.hxx index 0188267c0497..9dfa8c3a43b7 100644 --- a/sw/inc/itabenum.hxx +++ b/sw/inc/itabenum.hxx @@ -31,21 +31,21 @@ namespace tabopts { - const USHORT DEFAULT_BORDER = 0x01; - const USHORT HEADLINE = 0x02; -// const USHORT REPEAT = 0x04; -// const USHORT HEADLINE_REPEAT = 0x06; // Headline + Repeat - const USHORT SPLIT_LAYOUT = 0x08; - const USHORT HEADLINE_NO_BORDER = HEADLINE | SPLIT_LAYOUT; - const USHORT ALL_TBL_INS_ATTR = DEFAULT_BORDER | HEADLINE | SPLIT_LAYOUT; + const sal_uInt16 DEFAULT_BORDER = 0x01; + const sal_uInt16 HEADLINE = 0x02; +// const sal_uInt16 REPEAT = 0x04; +// const sal_uInt16 HEADLINE_REPEAT = 0x06; // Headline + Repeat + const sal_uInt16 SPLIT_LAYOUT = 0x08; + const sal_uInt16 HEADLINE_NO_BORDER = HEADLINE | SPLIT_LAYOUT; + const sal_uInt16 ALL_TBL_INS_ATTR = DEFAULT_BORDER | HEADLINE | SPLIT_LAYOUT; } struct SwInsertTableOptions { - USHORT mnInsMode; - USHORT mnRowsToRepeat; + sal_uInt16 mnInsMode; + sal_uInt16 mnRowsToRepeat; - SwInsertTableOptions( USHORT nInsMode, USHORT nRowsToRepeat ) : + SwInsertTableOptions( sal_uInt16 nInsMode, sal_uInt16 nRowsToRepeat ) : mnInsMode( nInsMode ), mnRowsToRepeat( nRowsToRepeat ) {}; }; -- cgit v1.2.3