Kaydet (Commit) 633cbb49 authored tarafından Luboš Luňák's avatar Luboš Luňák

fix last commit

üst 8aa60b51
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment