diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-23 11:22:54 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-23 11:25:43 +0300 |
commit | 0c2dc8ed105413fb45d4744697cfb57f9bd9e4b0 (patch) | |
tree | c8c5e00c80c0f839d107898d8e47cc22cd64c372 /include/rtl/textcvt.h | |
parent | 92aab82bbb0f3089a9d7cd4911c8a7318f4f30d2 (diff) |
RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE has never had any effect
Change-Id: I9004ec2229cd31fb899b23c8ce59f5fd49ac03a2
Diffstat (limited to 'include/rtl/textcvt.h')
-rw-r--r-- | include/rtl/textcvt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/textcvt.h b/include/rtl/textcvt.h index 61f4e1531ae4..72a69a4d8311 100644 --- a/include/rtl/textcvt.h +++ b/include/rtl/textcvt.h @@ -143,7 +143,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_resetUnicodeToTextContext( rtl_UnicodeToTextConv #define RTL_UNICODETOTEXT_FLAGS_NONSPACING_IGNORE ((sal_uInt32)0x0800) #define RTL_UNICODETOTEXT_FLAGS_CONTROL_IGNORE ((sal_uInt32)0x1000) #define RTL_UNICODETOTEXT_FLAGS_PRIVATE_IGNORE ((sal_uInt32)0x2000) -#define RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE ((sal_uInt32)0x4000) +#define RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE ((sal_uInt32)0x4000) ///< has no effect @deprecated #define RTL_UNICODETOTEXT_FLAGS_FLUSH ((sal_uInt32)0x8000) #define RTL_UNICODETOTEXT_FLAGS_GLOBAL_SIGNATURE 0x10000 /* Write any global document signatures (for example, in UTF-8, a leading |