diff options
Diffstat (limited to 'svtools/inc/rtfout.hxx')
-rw-r--r-- | svtools/inc/rtfout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/rtfout.hxx b/svtools/inc/rtfout.hxx index 36096e1257f1..2b34ccb5971b 100644 --- a/svtools/inc/rtfout.hxx +++ b/svtools/inc/rtfout.hxx @@ -41,7 +41,7 @@ class SvStream; class SVT_DLLPUBLIC RTFOutFuncs { public: -#if defined(MAC) || defined(UNX) +#if defined(UNX) static const sal_Char sNewLine; // nur \012 oder \015 #else static const sal_Char __FAR_DATA sNewLine[]; // \015\012 |