summaryrefslogtreecommitdiff
path: root/sw/inc/swtypes.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-11-16 08:28:38 +0000
committerOliver Bolte <obo@openoffice.org>2005-11-16 08:28:38 +0000
commit6c890774bcf19eeb2acab56f80592b9711babd52 (patch)
treeebc744c8d79234624177f94af21753685f642aba /sw/inc/swtypes.hxx
parent122c1a2b7e1c06d46b0667cfd5cffa31d597fa4f (diff)
INTEGRATION: CWS thaiissues (1.19.226); FILE MERGED
2005/09/28 03:22:17 os 1.19.226.3: RESYNC: (1.19-1.20); FILE MERGED 2005/09/23 11:34:49 os 1.19.226.2: #i42660# CHAR_ZWNBSP changed to 0x2060 2005/09/22 06:38:47 os 1.19.226.1: #i42660# sub menu 'Insert/Formatting Mark' added
Diffstat (limited to 'sw/inc/swtypes.hxx')
-rw-r--r--sw/inc/swtypes.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx
index 15fc93871b64..81ec33d88092 100644
--- a/sw/inc/swtypes.hxx
+++ b/sw/inc/swtypes.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swtypes.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:17:26 $
+ * last change: $Author: obo $ $Date: 2005-11-16 09:28:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -271,6 +271,11 @@ enum SetAttrMode
#define CHAR_HARDBLANK ((sal_Unicode)0x00A0)
#define CHAR_HARDHYPHEN ((sal_Unicode)0x2011)
#define CHAR_SOFTHYPHEN ((sal_Unicode)0x00AD)
+#define CHAR_RLM ((sal_Unicode)0x200F)
+#define CHAR_LRM ((sal_Unicode)0x200E)
+#define CHAR_ZWSP ((sal_Unicode)0x200B)
+#define CHAR_ZWNBSP ((sal_Unicode)0x2060)
+
// returns the APP - CharClass instance - used for all ToUpper/ToLower/...
SW_DLLPUBLIC CharClass& GetAppCharClass();