summaryrefslogtreecommitdiff
path: root/sw/inc/crsskip.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/crsskip.hxx')
-rw-r--r--sw/inc/crsskip.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/crsskip.hxx b/sw/inc/crsskip.hxx
index 0066b28e2aca..a4150ece1a1f 100644
--- a/sw/inc/crsskip.hxx
+++ b/sw/inc/crsskip.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,8 +36,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_CHARS = 0;
+const USHORT CRSR_SKIP_CELLS = 1;
const USHORT CRSR_SKIP_HIDDEN = 2;
#endif