Tag: cws_src680_dba23b User: fs Date: 2007-06-14 19:46:09+0000 Modified: dba/dbaccess/source/ui/inc/TokenWriter.hxx dba/dbaccess/source/ui/misc/TokenWriter.cxx
Log: #i78459# submitted by [EMAIL PROTECTED]: remove dead code related to ancient Mac OS System 9 port File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: TokenWriter.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TokenWriter.hxx?r1=1.18&r2=1.18.88.1 Delta lines: +4 -4 ------------------- --- TokenWriter.hxx 2006-10-12 13:38:31+0000 1.18 +++ TokenWriter.hxx 2007-06-14 19:46:06+0000 1.18.88.1 @@ -4,9 +4,9 @@ * * $RCSfile: TokenWriter.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.18.88.1 $ * - * last change: $Author: obo $ $Date: 2006/10/12 13:38:31 $ + * last change: $Author: fs $ $Date: 2007/06/14 19:46:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -122,7 +122,7 @@ ::rtl::OUString m_sDataSourceName; sal_Int32 m_nCommandType; -#if defined UNX || defined MAC +#if defined UNX static const char __FAR_DATA sNewLine; #else static const char __FAR_DATA sNewLine[]; Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: TokenWriter.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/TokenWriter.cxx?r1=1.31&r2=1.31.88.1 Delta lines: +4 -11 -------------------- --- TokenWriter.cxx 2006-10-12 13:39:50+0000 1.31 +++ TokenWriter.cxx 2007-06-14 19:46:06+0000 1.31.88.1 @@ -4,9 +4,9 @@ * * $RCSfile: TokenWriter.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.31.88.1 $ * - * last change: $Author: obo $ $Date: 2006/10/12 13:39:50 $ + * last change: $Author: fs $ $Date: 2007/06/14 19:46:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -143,9 +143,7 @@ using namespace ::com::sun::star::util; using ::com::sun::star::frame::XModel; -#if defined(MAC) -const char __FAR_DATA ODatabaseImportExport::sNewLine = '\015'; -#elif defined(UNX) +#if defined(UNX) const char __FAR_DATA ODatabaseImportExport::sNewLine = '\012'; #else const char __FAR_DATA ODatabaseImportExport::sNewLine[] = "\015\012"; @@ -403,13 +401,8 @@ BOOL ORTFImportExport::Write() { (*m_pStream) << '{' << sRTF_RTF; -#ifdef MAC - (*m_pStream) << sRTF_MAC << ODatabaseImportExport::sNewLine; - rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_APPLE_ROMAN; -#else (*m_pStream) << sRTF_ANSI << ODatabaseImportExport::sNewLine; rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252; -#endif /* // Access RTF Export Beispiel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
