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
This commit is contained in:
Vladimir Glazounov 2003-04-01 14:04:01 +00:00
parent 23286537fd
commit 346f3bff59

View file

@ -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
{