diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 07:57:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 07:57:03 +0000 |
commit | fc0cc675a25a35961a3d4e2b6ab9042ee157b820 (patch) | |
tree | 9d5a068f9f9e63124e9f419359190f916a5f5112 /svtools | |
parent | b7b201209a32e1bf1c490bc7e7b73e208ceca72d (diff) |
INTEGRATION: CWS fwk67 (1.9.218); FILE MERGED
2007/06/22 11:08:45 cd 1.9.218.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/svrtf/rtfout.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/svtools/source/svrtf/rtfout.cxx b/svtools/source/svrtf/rtfout.cxx index 1af7c40fefc8..64589da59bb9 100644 --- a/svtools/source/svrtf/rtfout.cxx +++ b/svtools/source/svrtf/rtfout.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rtfout.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 15:27:54 $ + * last change: $Author: obo $ $Date: 2007-07-18 08:57:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,9 +61,7 @@ using namespace rtl; -#if defined(MAC) -const sal_Char RTFOutFuncs::sNewLine = '\015'; -#elif defined(UNX) +#if defined(UNX) const sal_Char RTFOutFuncs::sNewLine = '\012'; #else const sal_Char __FAR_DATA RTFOutFuncs::sNewLine[] = "\015\012"; |