summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-07-19 23:58:28 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-20 06:44:52 +0000
commit86639b757b470ac7b1326afe13e19a1245499c51 (patch)
tree9b2880d539a099d696b2ac1435952e7823436200 /sc/inc
parentf5f0758080b0da61e3d2088804cad0b0ed94d21d (diff)
sc: remove CHAR_CR define
Change-Id: Ief0ef8916166d479e868fc56887aa788aae63260 Reviewed-on: https://gerrit.libreoffice.org/27327 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/global.hxx3
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;