diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rtl/textenc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rtl/textenc.h b/include/rtl/textenc.h index af4a16e5c422..10d69e734a4f 100644 --- a/include/rtl/textenc.h +++ b/include/rtl/textenc.h @@ -141,6 +141,7 @@ typedef sal_uInt16 rtl_TextEncoding; */ #define RTL_TEXTENCODING_USER_START (RTL_TEXTENC_CAST( 0x8000 )) +#define RTL_TEXTENCODING_USER_DETECTED (RTL_TEXTENCODING_USER_START + 0) #define RTL_TEXTENCODING_USER_END (RTL_TEXTENC_CAST( 0xEFFF )) #define RTL_TEXTENCODING_UCS4 (RTL_TEXTENC_CAST( 0xFFFE )) |