diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-17 15:06:54 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-17 15:06:54 +0100 |
commit | 7f33ed417b2e29e5470724ea76967f64699a2662 (patch) | |
tree | abfa1432c5ffffe4c7502d4ddcaee918c584c69c /sw/inc/crsskip.hxx | |
parent | 80731dbfcb48a2ffec30a4b2abe1ba8ada8f0169 (diff) |
removetooltypes01: #i112600# Remove tools types from sw
Diffstat (limited to 'sw/inc/crsskip.hxx')
-rw-r--r-- | sw/inc/crsskip.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/crsskip.hxx b/sw/inc/crsskip.hxx index 84d9650c5eca..c89d871c9940 100644 --- a/sw/inc/crsskip.hxx +++ b/sw/inc/crsskip.hxx @@ -35,8 +35,8 @@ // the same, but in complex text cell skip over legatures and char skip // into it. // These defines exist only to cut off the dependicies to I18N project. -const USHORT CRSR_SKIP_CHARS = 0; -const USHORT CRSR_SKIP_CELLS = 1; -const USHORT CRSR_SKIP_HIDDEN = 2; +const sal_uInt16 CRSR_SKIP_CHARS = 0; +const sal_uInt16 CRSR_SKIP_CELLS = 1; +const sal_uInt16 CRSR_SKIP_HIDDEN = 2; #endif |