fix last commit

This commit is contained in:
Luboš Luňák
2012-03-29 11:17:20 +02:00
parent 8aa60b51a9
commit 633cbb4954
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ using rtl::OUStringBuffer;
using sw::mark::IMark;
#if defined(UNX22)
#if defined(UNX)
const sal_Char RtfExport::sNewLine = '\012';
#else
const sal_Char* const RtfExport::sNewLine = "\015\012";

View File

@@ -155,7 +155,7 @@ public:
/// Destructor.
virtual ~RtfExport();
#if defined(UNX22)
#if defined(UNX)
static const sal_Char sNewLine; // \012 or \015
#else
static const sal_Char* const sNewLine; // \015\012