diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/global.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 7b8fc93b50a7..15769bdbba8f 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -54,9 +54,6 @@ enum class SvtScriptType; // characters -// '\r' does not work on a Mac... -#define CHAR_CR char(13) - const sal_Unicode CHAR_NBSP = 0x00A0; const sal_Unicode CHAR_SHY = 0x00AD; const sal_Unicode CHAR_ZWSP = 0x200B; |