fix last commit
This commit is contained in:
@@ -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";
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user