summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-01 14:04:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-01 14:04:01 +0000
commit346f3bff5968a37ea59af8bb8363f19e26c27e59 (patch)
treec894290baf031c2fb1fe266dcb3425674a4ceabd /svtools
parent23286537fd9c1bf0a97a7ef7aaf1f3aae804827f (diff)
INTEGRATION: CWS os6 (1.1.138); FILE MERGED
2003/03/13 13:34:28 os 1.1.138.2: RESYNC: (1.1-1.1.42.1); FILE MERGED 2003/02/27 09:35:41 tl 1.1.138.1: #i11856# define for non-breakable space added
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/lngmisc.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/inc/lngmisc.hxx b/svtools/inc/lngmisc.hxx
index e8e2a0176f92..1bdb7f4932eb 100644
--- a/svtools/inc/lngmisc.hxx
+++ b/svtools/inc/lngmisc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lngmisc.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 14:36:22 $
+ * last change: $Author: vg $ $Date: 2003-04-01 15:04:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,9 @@
#define SVT_SOFT_HYPHEN ((sal_Unicode) 0x00AD)
#define SVT_HARD_HYPHEN ((sal_Unicode) 0x2011)
+// the non-breaking space
+#define SVT_HARD_SPACE ((sal_Unicode) 0x00A0)
+
namespace linguistic
{