summaryrefslogtreecommitdiff
path: root/sw/inc/crsskip.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 14:22:12 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 14:22:12 +0000
commitd62d28bd5708edafe4797686de7ba7d2c82ef37d (patch)
treebdecdceee2f89b0db8d7b7e96f939f74cd0a96a0 /sw/inc/crsskip.hxx
parent0ba13283604928f056a7690fd7bb938fd7d1ca94 (diff)
INTEGRATION: CWS hiddentext (1.1.484); FILE MERGED
2003/12/16 15:39:04 fme 1.1.484.1: #i20197# Hidden text attribute
Diffstat (limited to 'sw/inc/crsskip.hxx')
-rw-r--r--sw/inc/crsskip.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/crsskip.hxx b/sw/inc/crsskip.hxx
index ac247fb2dd09..b0df8ba0f5f4 100644
--- a/sw/inc/crsskip.hxx
+++ b/sw/inc/crsskip.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: crsskip.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jp $ $Date: 2002-02-01 12:29:11 $
+ * last change: $Author: kz $ $Date: 2004-02-26 15:22:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,5 +73,6 @@
// 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;
#endif