From fc0cc675a25a35961a3d4e2b6ab9042ee157b820 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 18 Jul 2007 07:57:03 +0000 Subject: 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 --- svtools/source/svrtf/rtfout.cxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'svtools/source/svrtf/rtfout.cxx') 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"; -- cgit